You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/05/27 09:39:18 UTC

svn commit: r948703 - /harmony/enhanced/java/trunk/classlib/build.xml

Author: hindessm
Date: Thu May 27 07:39:18 2010
New Revision: 948703

URL: http://svn.apache.org/viewvc?rev=948703&view=rev
Log:
Fix "[#HARMONY-6520] [classlib][build] windows build fails with ant 1.8.x".

Modified:
    harmony/enhanced/java/trunk/classlib/build.xml

Modified: harmony/enhanced/java/trunk/classlib/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/build.xml?rev=948703&r1=948702&r2=948703&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/build.xml (original)
+++ harmony/enhanced/java/trunk/classlib/build.xml Thu May 27 07:39:18 2010
@@ -78,11 +78,11 @@ module:
     <property name="tests.output" location="build/test_report" />
     <property name="tests.support.output" location="build/test_support" />
     <property name="tests.report.dir" value="${tests.output}/html"/>
-    <property file="make/depends.properties" />
 
     <!-- import properties for snapshot targets -->
     <import file="make/properties.xml" />
     <import file="make/depends.xml" />
+    <property file="make/depends.properties" />
 
     <condition property="needs.vme.v3.hack" value="true">
         <or>