You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/08/31 05:03:50 UTC

svn commit: r809454 - /gump/metadata/project/ant-antlibs-sandbox.xml

Author: bodewig
Date: Mon Aug 31 03:03:50 2009
New Revision: 809454

URL: http://svn.apache.org/viewvc?rev=809454&view=rev
Log:
help tests locate ANT_HOME

Modified:
    gump/metadata/project/ant-antlibs-sandbox.xml

Modified: gump/metadata/project/ant-antlibs-sandbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-antlibs-sandbox.xml?rev=809454&r1=809453&r2=809454&view=diff
==============================================================================
--- gump/metadata/project/ant-antlibs-sandbox.xml (original)
+++ gump/metadata/project/ant-antlibs-sandbox.xml Mon Aug 31 03:03:50 2009
@@ -116,7 +116,9 @@
 
   <project name="compress-antlib-test">
 
-    <ant target="test" basedir="compress"/>
+    <ant target="test" basedir="compress">
+      <property name="ant.home" reference="home" project="ant"/>
+    </ant>
 
     <depend project="compress-antlib" inherit="runtime"/>
     <depend project="ant"/>