|
|
@@ -40,4 +40,64 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.2</source>
|
|
|
|
<target>1.2</target>
|
|
|
|
<excludes>
|
|
|
|
<exclude>org/apache/tools/ant/taskdefs/optional/**</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/types/optional/**</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/types/resolver/**</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/depend/**</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/optional/**</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/Script*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/listener/Log4jListener*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/regexp/JakartaRegexp*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/regexp/JakartaOro*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/util/regexp/Jdk14Regexp*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/taskdefs/email/MimeMailer*</exclude>
|
|
|
|
<exclude>org/apache/tools/ant/launch/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
|
|
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>../../../../src/main</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>org/apache/tools/ant/taskdefs/default.properties</include>
|
|
|
|
<include>org/apache/tools/ant/types/default.properties</include>
|
|
|
|
<include>org/apache/tools/ant/taskdefs/default.properties</include>
|
|
|
|
<include>org/apache/tools/ant/types/conditions/antlib.xml</include>
|
|
|
|
<include>org/apache/tools/ant/defaultManifest.mf</include>
|
|
|
|
<include>org/apache/tools/ant/version.txt</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>../../../../src/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>**/antlib.xml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>../../../../docs</directory>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>images/ant_logo_large.gif</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<outputDirectory>../../../../target/ant/classes</outputDirectory>
|
|
|
|
<testOutputDirectory>../../../../target/ant/testcases</testOutputDirectory>
|
|
|
|
</build>
|
|
|
|
</project>
|