You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/05/26 07:34:44 UTC

svn commit: r660103 - /harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml

Author: smishura
Date: Sun May 25 22:34:43 2008
New Revision: 660103

URL: http://svn.apache.org/viewvc?rev=660103&view=rev
Log:
Pass ext.ant-contrib.location explicitly to EUTs build

Modified:
    harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml

Modified: harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml?rev=660103&r1=660102&r2=660103&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/adaptors/eut33/adaptor.xml Sun May 25 22:34:43 2008
@@ -47,6 +47,8 @@
                 value="${results.dir}/${suite.name}"/>
             <property name="test.jre.home"
                 value="${eut33.parameters.required.tested.runtime}"/>
+            <property name="ext.ant-contrib.location"
+                value="${ext.ant-contrib.location}" />
         </ant>
     </target>
 
@@ -100,6 +102,8 @@
                 value="${eut33.parameters.optional.tested.vm.options}"/>
             <property name="test.jre.home"
                 value="${eut33.parameters.required.tested.runtime}"/>
+             <property name="ext.ant-contrib.location"
+                 value="${ext.ant-contrib.location}" />
         </ant>
    </target>