From 988eabad0f2e2e554b8b1eb328cb9f4dd0900a8a Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 29 Nov 2006 03:17:10 +0000 Subject: [PATCH] distribute ant-testutil git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@480364 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- src/etc/poms/ant-testutil/pom.xml | 68 +++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 src/etc/poms/ant-testutil/pom.xml 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} + + +