Permaine Cheung 12eff8

Permaine Cheung 12eff8
Permaine Cheung 12eff8
   Licensed to the Apache Software Foundation (ASF) under one or more
Permaine Cheung 12eff8
   contributor license agreements.  See the NOTICE file distributed with
Permaine Cheung 12eff8
   this work for additional information regarding copyright ownership.
Permaine Cheung 12eff8
   The ASF licenses this file to You under the Apache License, Version 2.0
Permaine Cheung 12eff8
   (the "License"); you may not use this file except in compliance with
Permaine Cheung 12eff8
   the License.  You may obtain a copy of the License at
Permaine Cheung 12eff8

Permaine Cheung 12eff8
       http://www.apache.org/licenses/LICENSE-2.0
Permaine Cheung 12eff8

Permaine Cheung 12eff8
   Unless required by applicable law or agreed to in writing, software
Permaine Cheung 12eff8
   distributed under the License is distributed on an "AS IS" BASIS,
Permaine Cheung 12eff8
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Permaine Cheung 12eff8
   See the License for the specific language governing permissions and
Permaine Cheung 12eff8
   limitations under the License.
Permaine Cheung 12eff8
-->
Permaine Cheung 12eff8
Permaine Cheung 12eff8
  This POM has been created manually by the Ant Development Team.
Permaine Cheung 12eff8
  Please contact us if you are not satisfied with the data contained in this POM.
Permaine Cheung 12eff8
  URL : http://ant.apache.org
Permaine Cheung 12eff8
-->
Permaine Cheung 12eff8
Permaine Cheung 12eff8
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Permaine Cheung 12eff8
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Permaine Cheung 12eff8
  <parent>
Permaine Cheung 12eff8
    <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
    <artifactId>ant-parent</artifactId>
Permaine Cheung 12eff8
    <relativePath>../pom.xml</relativePath>
Permaine Cheung 12eff8
    <version>1.7.1</version>
Permaine Cheung 12eff8
  </parent>
Permaine Cheung 12eff8
  <modelVersion>4.0.0</modelVersion>
Permaine Cheung 12eff8
  <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
  <artifactId>ant-trax</artifactId>
Permaine Cheung 12eff8
  <version>1.7.1</version>
Permaine Cheung 12eff8
  <description>contains particularly one class necessary for the execution of the xslt task</description>
Permaine Cheung 12eff8
  <dependencies>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8
      <artifactId>ant</artifactId>
Permaine Cheung 12eff8
      <version>1.7.1</version>
Permaine Cheung 12eff8
      <scope>compile</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      
Permaine Cheung 12eff8
      XML files, particularly the build files, if the JDK does not provide a parser
Permaine Cheung 12eff8
      xercesImpl.jar is provided with ant -->
Permaine Cheung 12eff8
      <groupId>xerces</groupId>
Permaine Cheung 12eff8
      <artifactId>xercesImpl</artifactId>
Permaine Cheung 12eff8
      <version>2.9.0</version>
Permaine Cheung 12eff8
      <optional>true</optional>
Permaine Cheung 12eff8
      <scope>runtime</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      
Permaine Cheung 12eff8
        since ant is using DOM APIS to parse the XML build file and do other XML related activities
Permaine Cheung 12eff8
        xml-apis is a compile time dependency
Permaine Cheung 12eff8
        a version of xml-apis.jar is delivered with ant -->
Permaine Cheung 12eff8
      <groupId>xml-apis</groupId>
Permaine Cheung 12eff8
      <artifactId>xml-apis</artifactId>
Permaine Cheung 12eff8
      <version>1.3.04</version>
Permaine Cheung 12eff8
      <optional>true</optional>
Permaine Cheung 12eff8
      <scope>compile</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
    <dependency>
Permaine Cheung 12eff8
      
Permaine Cheung 12eff8
      <groupId>xalan</groupId>
Permaine Cheung 12eff8
      <artifactId>xalan</artifactId>
Permaine Cheung 12eff8
      <version>2.7.0</version>
Permaine Cheung 12eff8
      <optional>true</optional>
Permaine Cheung 12eff8
      <scope>runtime</scope>
Permaine Cheung 12eff8
    </dependency>
Permaine Cheung 12eff8
  </dependencies>
Permaine Cheung 12eff8
  <build>
Permaine Cheung 12eff8
    <plugins>
Permaine Cheung 12eff8
      <plugin>
Permaine Cheung 12eff8
        <groupId>org.apache.maven.plugins</groupId>
Permaine Cheung 12eff8
        <artifactId>maven-compiler-plugin</artifactId>
Permaine Cheung 12eff8
        <configuration>
Permaine Cheung 12eff8
          <source>1.2</source>
Permaine Cheung 12eff8
          <target>1.2</target>
Permaine Cheung 12eff8
          <includes>
Permaine Cheung 12eff8
            <include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include>
Permaine Cheung 12eff8
          </includes>
Permaine Cheung 12eff8
        </configuration>
Permaine Cheung 12eff8
      </plugin>
Permaine Cheung 12eff8
    </plugins>
Permaine Cheung 12eff8
    <sourceDirectory>../../../../src/main</sourceDirectory>
Permaine Cheung 12eff8
    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
Permaine Cheung 12eff8
    <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
Permaine Cheung 12eff8
    <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
Permaine Cheung 12eff8
    <directory>../../../../target/${project.artifactId}</directory>
Permaine Cheung 12eff8
  </build>
Permaine Cheung 12eff8
  </project>