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/03 11:03:07 UTC

[2/2] git commit: specify default location of ant-testutil.jar

specify default location of ant-testutil.jar


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/6fbf6433
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/6fbf6433
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/6fbf6433

Branch: refs/heads/master
Commit: 6fbf64335bb83b55e490c437fdc47e973a413ca6
Parents: 1b6c569
Author: Jan Mat�rne <jh...@apache.org>
Authored: Tue Jun 3 11:00:30 2014 +0200
Committer: Jan Mat�rne <jh...@apache.org>
Committed: Tue Jun 3 11:00:30 2014 +0200

----------------------------------------------------------------------
 build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/6fbf6433/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f2ff8df..a3e3fc4 100644
--- a/build.xml
+++ b/build.xml
@@ -67,6 +67,8 @@
     <!-- junit test properties -->
     <property name="junit.fork" value="true" />
     <property name="junit.forkmode" value="once" />
+    <!-- Default to the location in the Ant installation -->
+    <property name="ant-testutil.jar" value="${ant.home}/lib/ant-testutil.jar" />
   </target>
 
   <target name="setup" depends="setup-properties">