Author: bodewig
Date: Sun Aug 18 11:01:12 2013
New Revision: 1515083

URL: http://svn.apache.org/r1515083
Log:
pass ant.home down to antunit tests

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1515083&r1=1515082&r2=1515083&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Sun Aug 18 11:01:12 2013
@@ -1937,6 +1937,7 @@ ${antunit.reports}
       <au:xmllistener todir="${antunit.xml}" />
       <propertyset>
         <propertyref name="antunit.tmpdir"/>
+        <propertyref name="ant.home"/>
       </propertyset>
     </au:antunit>
   </target>


Reply via email to