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/06 09:53:23 UTC

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

Author: hindessm
Date: Thu May  6 07:53:23 2010
New Revision: 941599

URL: http://svn.apache.org/viewvc?rev=941599&view=rev
Log:
Fix needs.vme.v3.hack property.

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=941599&r1=941598&r2=941599&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/build.xml (original)
+++ harmony/enhanced/java/trunk/classlib/build.xml Thu May  6 07:53:23 2010
@@ -80,6 +80,10 @@ module:
     <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" />
+
     <condition property="needs.vme.v3.hack" value="true">
         <or>
             <equals arg1="${hy.platform}" arg2="windows.x86" />
@@ -87,10 +91,6 @@ module:
         </or>
     </condition>
 
-    <!-- import properties for snapshot targets -->
-    <import file="make/properties.xml" />
-    <import file="make/depends.xml" />
-
     <!-- ================================
 	 target : rebuild