You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2014/06/14 12:19:47 UTC

[4/4] git commit: Add some useful classes to ant-testutil.jar (e.g. BuildFileRule)

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 <jh...@apache.org>
Authored: Sat Jun 14 12:18:04 2014 +0200
Committer: Jan Mat�rne <jh...@apache.org>
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*"/>