Add some useful classes to ant-testutil.jar (e.g. BuildFileRule)
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7472cb03 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7472cb03 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/7472cb03 Branch: refs/heads/master Commit: 7472cb03e65eaa3877e704a0af5bafd7eecb4162 Parents: 731805f Author: Jan Mat�rne <[email protected]> Authored: Sat Jun 14 12:18:04 2014 +0200 Committer: Jan Mat�rne <[email protected]> Committed: Sat Jun 14 12:18:04 2014 +0200 ---------------------------------------------------------------------- build.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/7472cb03/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index aecb280..82b38be 100644 --- a/build.xml +++ b/build.xml @@ -353,7 +353,10 @@ =================================================================== --> <patternset id="useful.tests"> + <include name="${ant.package}/AntAssert*"/> <include name="${ant.package}/BuildFileTest*"/> + <include name="${ant.package}/BuildFileRule*"/> + <include name="${ant.package}/FileUtilities*"/> <include name="${regexp.package}/RegexpMatcherTest*"/> <include name="${regexp.package}/RegexpTest*"/> <include name="${optional.package}/AbstractXSLTLiaisonTest*"/>
