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/05/27 16:10:04 UTC

svn commit: r660523 - /harmony/enhanced/trunk/build.xml

Author: hindessm
Date: Tue May 27 07:10:02 2008
New Revision: 660523

URL: http://svn.apache.org/viewvc?rev=660523&view=rev
Log:
The top-level fetch-depends target should run fetch-depends in
working_jdktools even if auto.fetch is not set.

Modified:
    harmony/enhanced/trunk/build.xml

Modified: harmony/enhanced/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?rev=660523&r1=660522&r2=660523&view=diff
==============================================================================
--- harmony/enhanced/trunk/build.xml (original)
+++ harmony/enhanced/trunk/build.xml Tue May 27 07:10:02 2008
@@ -514,7 +514,7 @@
         </ant>
     </target>
 
-    <target name="fetch-jdktools-libs" if="auto.fetch">
+    <target name="fetch-jdktools-libs">
         <ant antfile="working_jdktools/build.xml" target="fetch-depends" inheritall="false" >
             <property name="hy.cfg" value="${hy.cfg}"/>
         </ant>