Permaine Cheung 12eff8b

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

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

Permaine Cheung 12eff8b
   Unless required by applicable law or agreed to in writing, software
Permaine Cheung 12eff8b
   distributed under the License is distributed on an "AS IS" BASIS,
Permaine Cheung 12eff8b
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Permaine Cheung 12eff8b
   See the License for the specific language governing permissions and
Permaine Cheung 12eff8b
   limitations under the License.
Permaine Cheung 12eff8b
-->
Permaine Cheung 12eff8b
Permaine Cheung 12eff8b
  This POM has been created manually by the Ant Development Team.
Permaine Cheung 12eff8b
  Please contact us if you are not satisfied with the data contained in this POM.
Permaine Cheung 12eff8b
  URL : http://ant.apache.org
Permaine Cheung 12eff8b
-->
Permaine Cheung 12eff8b
Permaine Cheung 12eff8b
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Permaine Cheung 12eff8b
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Permaine Cheung 12eff8b
  <parent>
Permaine Cheung 12eff8b
    <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8b
    <artifactId>ant-parent</artifactId>
Permaine Cheung 12eff8b
    <relativePath>../pom.xml</relativePath>
Permaine Cheung 12eff8b
    <version>1.7.1</version>
Permaine Cheung 12eff8b
  </parent>
Permaine Cheung 12eff8b
  <modelVersion>4.0.0</modelVersion>
Permaine Cheung 12eff8b
  <groupId>org.apache.ant</groupId>
Permaine Cheung 12eff8b
  <artifactId>ant-launcher</artifactId>
Permaine Cheung 12eff8b
  <version>1.7.1</version>
Permaine Cheung 12eff8b
  <build>
Permaine Cheung 12eff8b
    <plugins>
Permaine Cheung 12eff8b
      <plugin>
Permaine Cheung 12eff8b
        <groupId>org.apache.maven.plugins</groupId>
Permaine Cheung 12eff8b
        <artifactId>maven-compiler-plugin</artifactId>
Permaine Cheung 12eff8b
        <configuration>
Permaine Cheung 12eff8b
          <source>1.2</source>
Permaine Cheung 12eff8b
          <target>1.2</target>
Permaine Cheung 12eff8b
          <includes>
Permaine Cheung 12eff8b
            <include>org/apache/tools/ant/launch/*.java</include>
Permaine Cheung 12eff8b
          </includes>
Permaine Cheung 12eff8b

Permaine Cheung 12eff8b
        </configuration>
Permaine Cheung 12eff8b
      </plugin>
Permaine Cheung 12eff8b
    </plugins>
Permaine Cheung 12eff8b
    <sourceDirectory>../../../../src/main</sourceDirectory>
Permaine Cheung 12eff8b
    <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
Permaine Cheung 12eff8b
    <outputDirectory>../../../../target/ant-launcher/classes</outputDirectory>
Permaine Cheung 12eff8b
    <testOutputDirectory>../../../../target/ant-launcher/testcases</testOutputDirectory>
Permaine Cheung 12eff8b
    <directory>../../../../target/ant-launcher</directory>
Permaine Cheung 12eff8b
  </build>
Permaine Cheung 12eff8b
</project>