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 2009/04/30 13:47:16 UTC

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

Author: hindessm
Date: Thu Apr 30 11:47:16 2009
New Revision: 770173

URL: http://svn.apache.org/viewvc?rev=770173&view=rev
Log:
Fix build break.

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

Modified: harmony/enhanced/classlib/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/build.xml?rev=770173&r1=770172&r2=770173&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/build.xml (original)
+++ harmony/enhanced/classlib/trunk/build.xml Thu Apr 30 11:47:16 2009
@@ -283,7 +283,7 @@
         <poll-modules target="check-depends" />
     </target>
 
-    <target name="fetch-depends"
+    <target name="fetch-depends" depends="-init-hdk"
         description="Fetches dependencies. Note: Some of Harmony's dependencies are licensed under terms other than the Apache License v2.">
         <ant antfile="make/depends.xml" inheritall="false" target="download" />
         <poll-modules target="fetch-depends" />