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 2008/01/16 16:00:24 UTC

svn commit: r612475 - /harmony/enhanced/classlib/trunk/make/depends.xml

Author: hindessm
Date: Wed Jan 16 07:00:21 2008
New Revision: 612475

URL: http://svn.apache.org/viewvc?rev=612475&view=rev
Log:
Change the order of these two lines so I can use ${hy.platform} in
the depends.properties file.

Modified:
    harmony/enhanced/classlib/trunk/make/depends.xml

Modified: harmony/enhanced/classlib/trunk/make/depends.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/depends.xml?rev=612475&r1=612474&r2=612475&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/depends.xml (original)
+++ harmony/enhanced/classlib/trunk/make/depends.xml Wed Jan 16 07:00:21 2008
@@ -25,8 +25,8 @@
     where possible.
     </description>
 
-    <property file="make/depends.properties" />
     <import file="${basedir}/make/properties.xml" />
+    <property file="make/depends.properties" />
 
     <target name="check" description="Check whether dependencies are available"
             depends="-check,-check-win,-check-unix,-extract" />