git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@897744 13f79535-47bb-0310-9956-ffa450edef68master
@@ -58,8 +58,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/ANTLR*</include> | <include>org/apache/tools/ant/taskdefs/optional/ANTLR*</include> | ||||
</includes> | </includes> | ||||
@@ -53,8 +53,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/tfilters/util/JavaClassHelper*</include> | <include>org/apache/tools/ant/tfilters/util/JavaClassHelper*</include> | ||||
<include>org/apache/tools/ant/tutil/depend/bcel/*</include> | <include>org/apache/tools/ant/tutil/depend/bcel/*</include> | ||||
@@ -53,8 +53,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/Script*</include> | <include>org/apache/tools/ant/taskdefs/optional/Script*</include> | ||||
<include>org/apache/tools/ant/taskdefs/optional/script/**</include> | <include>org/apache/tools/ant/taskdefs/optional/script/**</include> | ||||
@@ -52,8 +52,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/listener/Log4jListener*</include> | <include>org/apache/tools/ant/listener/Log4jListener*</include> | ||||
</includes> | </includes> | ||||
@@ -53,8 +53,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/util/regexp/JakartaOro*</include> | <include>org/apache/tools/ant/util/regexp/JakartaOro*</include> | ||||
<include>org/apache/tools/ant/taskdefs/optional/perforce/*</include> | <include>org/apache/tools/ant/taskdefs/optional/perforce/*</include> | ||||
@@ -52,8 +52,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/util/regexp/JakartaRegexp*</include> | <include>org/apache/tools/ant/util/regexp/JakartaRegexp*</include> | ||||
</includes> | </includes> | ||||
@@ -52,8 +52,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/types/resolver/**</include> | <include>org/apache/tools/ant/types/resolver/**</include> | ||||
</includes> | </includes> | ||||
@@ -20,9 +20,8 @@ | |||||
Please contact us if you are not satisfied with the data contained in this POM. | Please contact us if you are not satisfied with the data contained in this POM. | ||||
URL : http://ant.apache.org | URL : http://ant.apache.org | ||||
--> | --> | ||||
<project xmlns="http://maven.apache.org/POM/4.0.0" | |||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
<parent> | <parent> | ||||
<groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
<artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
@@ -31,9 +30,9 @@ | |||||
</parent> | </parent> | ||||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
<groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
<artifactId>ant-stylebook</artifactId> | |||||
<artifactId>ant-apache-xalan2</artifactId> | |||||
<version>1.8.0-SNAPSHOT</version> | <version>1.8.0-SNAPSHOT</version> | ||||
<description>executes the Apache Stylebook document generator. Deprecated since Ant 1.7</description> | |||||
<description>contains the junit and junirreport tasks</description> | |||||
<dependencies> | <dependencies> | ||||
<dependency> | <dependency> | ||||
<groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
@@ -42,22 +41,52 @@ | |||||
<scope>compile</scope> | <scope>compile</scope> | ||||
</dependency> | </dependency> | ||||
<dependency> | <dependency> | ||||
<groupId>stylebook</groupId> | |||||
<artifactId>stylebook</artifactId> | |||||
<version>1.0-b2</version> | |||||
<scope>provided</scope> | |||||
<groupId>org.apache.ant</groupId> | |||||
<artifactId>ant-nodeps</artifactId> | |||||
<version>1.8.0-SNAPSHOT</version> | |||||
<scope>compile</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>xalan</groupId> | |||||
<artifactId>xalan</artifactId> | |||||
<version>2.7.1</version> | |||||
<scope>compile</scope> | |||||
</dependency> | </dependency> | ||||
</dependencies> | </dependencies> | ||||
<build> | <build> | ||||
<plugins> | <plugins> | ||||
<plugin> | |||||
<artifactId>maven-antrun-plugin</artifactId> | |||||
<executions> | |||||
<execution> | |||||
<id>create-timestamp-file</id> | |||||
<phase>generate-resources</phase> | |||||
<goals> | |||||
<goal>run</goal> | |||||
</goals> | |||||
<configuration> | |||||
<tasks> | |||||
<mkdir dir="${project.build.outputDirectory}"/> | |||||
<copy todir="${project.build.outputDirectory}/org/apache/tools/ant/taskdefs/optional/junit/xsl"> | |||||
<fileset dir="${project.build.sourceDirectory}/../etc"> | |||||
<include name="junit-frames.xsl"/> | |||||
<include name="junit-noframes.xsl"/> | |||||
</fileset> | |||||
</copy> | |||||
</tasks> | |||||
</configuration> | |||||
</execution> | |||||
</executions> | |||||
</plugin> | |||||
<plugin> | <plugin> | ||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/StyleBook*</include> | |||||
<include>org/apache/tools/ant//taskdefs/optional/Xalan2TraceSupport*</include> | |||||
</includes> | </includes> | ||||
</configuration> | </configuration> | ||||
</plugin> | </plugin> | ||||
@@ -68,5 +97,4 @@ | |||||
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory> | <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory> | ||||
<directory>../../../../target/${project.artifactId}</directory> | <directory>../../../../target/${project.artifactId}</directory> | ||||
</build> | </build> | ||||
</project> | </project> |
@@ -53,8 +53,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/tlistener/CommonsLoggingListener*</include> | <include>org/apache/tools/ant/tlistener/CommonsLoggingListener*</include> | ||||
</includes> | </includes> | ||||
@@ -53,8 +53,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include> | <include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include> | ||||
<include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include> | <include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include> | ||||
@@ -63,8 +63,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/image/*</include> | <include>org/apache/tools/ant/taskdefs/optional/image/*</include> | ||||
<include>org/apache/tools/ant/types/optional/image/*</include> | <include>org/apache/tools/ant/types/optional/image/*</include> | ||||
@@ -61,8 +61,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/email/MimeMailer*</include> | <include>org/apache/tools/ant//taskdefs/email/MimeMailer*</include> | ||||
</includes> | </includes> | ||||
@@ -55,8 +55,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/jdepend/*</include> | <include>org/apache/tools/ant//taskdefs/optional/jdepend/*</include> | ||||
</includes> | </includes> | ||||
@@ -54,8 +54,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/sound/*</include> | <include>org/apache/tools/ant//taskdefs/optional/sound/*</include> | ||||
</includes> | </includes> | ||||
@@ -54,8 +54,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/ssh/*</include> | <include>org/apache/tools/ant//taskdefs/optional/ssh/*</include> | ||||
</includes> | </includes> | ||||
@@ -77,8 +77,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/junit/*</include> | <include>org/apache/tools/ant//taskdefs/optional/junit/*</include> | ||||
</includes> | </includes> | ||||
@@ -39,8 +39,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/launch/*.java</include> | <include>org/apache/tools/ant/launch/*.java</include> | ||||
</includes> | </includes> | ||||
@@ -54,8 +54,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/NetRexxC*</include> | <include>org/apache/tools/ant//taskdefs/optional/NetRexxC*</include> | ||||
</includes> | </includes> | ||||
@@ -70,8 +70,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/taskdefs/optional/**</include> | <include>org/apache/tools/ant/taskdefs/optional/**</include> | ||||
<include>org/apache/tools/ant/types/optional/**</include> | <include>org/apache/tools/ant/types/optional/**</include> | ||||
@@ -82,23 +82,20 @@ | |||||
</includes> | </includes> | ||||
<excludes> | <excludes> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/TraXLiaison*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/TraXLiaison*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/junit/**</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/junit/**</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/perforce/**</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/perforce/**</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/Script*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/Script*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/script/**</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/script/**</exclude> | ||||
<exclude>org/apache/tools/ant/util/optional/Script*</exclude> | <exclude>org/apache/tools/ant/util/optional/Script*</exclude> | ||||
<exclude>org/apache/tools/ant/types/optional/*Script*</exclude> | <exclude>org/apache/tools/ant/types/optional/*Script*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/StyleBook*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/NetRexxC*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/NetRexxC*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/ejb/Ejbc*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/ejb/Ejbc*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/ejb/DDCreator*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/ejb/DDCreator*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/ejb/WLRun*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/ejb/WLStop*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/net/Telnet*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/net/Telnet*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/net/RExec*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/net/RExec*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/scm/AntStarTeam*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/scm/AntStarTeam*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/starteam/*</exclude> | |||||
<exclude>org/apache/tools/ant/taskdefs/optional/ANTLR*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/ANTLR*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/sound/*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/sound/*</exclude> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/image/*</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/image/*</exclude> | ||||
@@ -48,8 +48,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/splash/*</include> | <include>org/apache/tools/ant//taskdefs/optional/splash/*</include> | ||||
</includes> | </includes> | ||||
@@ -48,8 +48,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant/BuildFileTest*</include> | <include>org/apache/tools/ant/BuildFileTest*</include> | ||||
<include>org/apache/tools/ant/util/regexp/RegexpMatcherTest*</include> | <include>org/apache/tools/ant/util/regexp/RegexpMatcherTest*</include> | ||||
@@ -77,8 +77,8 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<includes> | <includes> | ||||
<include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include> | <include>org/apache/tools/ant//taskdefs/optional/TraXLiaison*</include> | ||||
</includes> | </includes> | ||||
@@ -111,21 +111,20 @@ | |||||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
<configuration> | <configuration> | ||||
<source>1.2</source> | |||||
<target>1.2</target> | |||||
<source>1.4</source> | |||||
<target>1.4</target> | |||||
<excludes> | <excludes> | ||||
<exclude>org/apache/tools/ant/taskdefs/optional/**</exclude> | <exclude>org/apache/tools/ant/taskdefs/optional/**</exclude> | ||||
<exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude> | <exclude>org/apache/tools/ant/filters/util/JavaClassHelper*</exclude> | ||||
<exclude>org/apache/tools/ant/types/optional/**</exclude> | <exclude>org/apache/tools/ant/types/optional/**</exclude> | ||||
<exclude>org/apache/tools/ant/types/resolver/**</exclude> | <exclude>org/apache/tools/ant/types/resolver/**</exclude> | ||||
<exclude>org/apache/tools/ant/util/ScriptRunner.java</exclude> | |||||
<exclude>org/apache/tools/ant/util/depend/**</exclude> | <exclude>org/apache/tools/ant/util/depend/**</exclude> | ||||
<exclude>org/apache/tools/ant/util/optional/**</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/Log4jListener*</exclude> | ||||
<exclude>org/apache/tools/ant/listener/CommonsLoggingListener*</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/JakartaRegexp*</exclude> | ||||
<exclude>org/apache/tools/ant/util/regexp/JakartaOro*</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/taskdefs/email/MimeMailer*</exclude> | ||||
<exclude>org/apache/tools/ant/launch/**</exclude> | <exclude>org/apache/tools/ant/launch/**</exclude> | ||||
</excludes> | </excludes> | ||||
@@ -76,6 +76,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<module>ant-apache-oro</module> | <module>ant-apache-oro</module> | ||||
<module>ant-apache-regexp</module> | <module>ant-apache-regexp</module> | ||||
<module>ant-apache-resolver</module> | <module>ant-apache-resolver</module> | ||||
<module>ant-apache-xalan2</module> | |||||
<module>ant-commons-logging</module> | <module>ant-commons-logging</module> | ||||
<module>ant-commons-net</module> | <module>ant-commons-net</module> | ||||
<module>ant-jai</module> | <module>ant-jai</module> | ||||
@@ -87,12 +88,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
<module>ant-launcher</module> | <module>ant-launcher</module> | ||||
<module>ant-netrexx</module> | <module>ant-netrexx</module> | ||||
<module>ant-nodeps</module> | <module>ant-nodeps</module> | ||||
<module>ant-starteam</module> | |||||
<module>ant-stylebook</module> | |||||
<module>ant-swing</module> | <module>ant-swing</module> | ||||
<module>ant-testutil</module> | <module>ant-testutil</module> | ||||
<module>ant-trax</module> | <module>ant-trax</module> | ||||
<module>ant-weblogic</module> | |||||
</modules> | </modules> | ||||
<dependencies> | <dependencies> | ||||
<dependency> | <dependency> | ||||