You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/05/31 05:33:38 UTC

svn commit: r543034 - /geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml

Author: jdillon
Date: Wed May 30 20:33:38 2007
New Revision: 543034

URL: http://svn.apache.org/viewvc?view=rev&rev=543034
Log: (empty)

Modified:
    geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml

Modified: geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml?view=diff&rev=543034&r1=543033&r2=543034
==============================================================================
--- geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml (original)
+++ geronimo/sandbox/build-support/harness/trunk/src/main/resources/harness.xml Wed May 30 20:33:38 2007
@@ -70,6 +70,7 @@
     
     <target name="setup" depends="setup-tools">
         <exec executable="${tools.dir}/ant/bin/ant">
+            <env key="ANT_HOME" value="${tools.dir}/ant"/>
             <arg value="-f"/>
             <arg value="${basedir}/harness.xml"/>
             <arg value="setup-libraries"/>