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/10/26 11:18:04 UTC

svn commit: r1027413 - in /harmony/enhanced/java/trunk: drlvm/build.xml jdktools/build.xml

Author: hindessm
Date: Tue Oct 26 09:18:02 2010
New Revision: 1027413

URL: http://svn.apache.org/viewvc?rev=1027413&view=rev
Log:
Fix clean.

Modified:
    harmony/enhanced/java/trunk/drlvm/build.xml
    harmony/enhanced/java/trunk/jdktools/build.xml

Modified: harmony/enhanced/java/trunk/drlvm/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/build.xml?rev=1027413&r1=1027412&r2=1027413&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/build.xml (original)
+++ harmony/enhanced/java/trunk/drlvm/build.xml Tue Oct 26 09:18:02 2010
@@ -31,6 +31,15 @@
         </condition>
     </fail>
 
+    <mkdir dir="${hy.target}/hdk/build/ant" />
+    <copy todir="${hy.target}/hdk/build/ant" preservelastmodified="true">
+        <fileset dir="${common.resources}/make" includes="*.xml"/>
+    </copy>
+
+    <!-- import properties for snapshot targets -->
+    <import file="${hy.target}/hdk/build/ant/properties.xml" />
+    <init-hdk/>
+
     <import file="make/properties.xml"/>
 
     <target name="help">

Modified: harmony/enhanced/java/trunk/jdktools/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/jdktools/build.xml?rev=1027413&r1=1027412&r2=1027413&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/jdktools/build.xml (original)
+++ harmony/enhanced/java/trunk/jdktools/build.xml Tue Oct 26 09:18:02 2010
@@ -81,8 +81,14 @@ module:
         </condition>
     </fail>
 
+    <mkdir dir="${hy.target}/hdk/build/ant" />
+    <copy todir="${hy.target}/hdk/build/ant" preservelastmodified="true">
+        <fileset dir="${common.resources}/make" includes="*.xml"/>
+    </copy>
+
     <!-- import properties for snapshot targets -->
     <import file="${hy.target}/hdk/build/ant/properties.xml" />
+    <init-hdk/>
 
     <!-- ================================
 	 target : rebuild