diff --git a/build.xml b/build.xml index 8ca8598c7..fae4c2b00 100644 --- a/build.xml +++ b/build.xml @@ -927,7 +927,7 @@ =================================================================== --> diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml new file mode 100644 index 000000000..4b7fc49be --- /dev/null +++ b/src/etc/poms/ant-testutil/pom.xml @@ -0,0 +1,68 @@ + + + + + + org.apache.ant + ant-parent + ../pom.xml + 1.7.0-SNAPSHOT + + 4.0.0 + org.apache.ant + ant-testutil + 1.7.0-SNAPSHOT + test utility classes + + + org.apache.ant + ant + 1.7.0-SNAPSHOT + compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.2 + 1.2 + + org/apache/tools/ant/BuildFileTest* + org/apache/tools/ant/util/regexp/RegexpMatcherTest* + org/apache/tools/ant/util/regexp/RegexpTest* + org/apache/tools/ant/taskdefs/optional/AbstractXSLTLiaisonTest* + org/apache/tools/ant/types/AbstractFileSetTest* + + + + + ../../../../src/tests/junit + ../../../../target/${project.artifactId}/classes + ../../../../target/${project.artifactId} + + +