You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/11 16:52:03 UTC

svn commit: r485725 - /harmony/enhanced/jdktools/trunk/make/build-java.xml

Author: geirm
Date: Mon Dec 11 07:52:02 2006
New Revision: 485725

URL: http://svn.apache.org/viewvc?view=rev&rev=485725
Log:
update to the build - creates the bin dir


Modified:
    harmony/enhanced/jdktools/trunk/make/build-java.xml

Modified: harmony/enhanced/jdktools/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/make/build-java.xml?view=diff&rev=485725&r1=485724&r2=485725
==============================================================================
--- harmony/enhanced/jdktools/trunk/make/build-java.xml (original)
+++ harmony/enhanced/jdktools/trunk/make/build-java.xml Mon Dec 11 07:52:02 2006
@@ -130,7 +130,10 @@
 
         <!-- Create the structure -->
         <mkdir dir="${hy.jdk}/jre/bin" />
-            
+
+        <!-- Create the structure -->
+        <mkdir dir="${hy.jdk}/bin" />
+
         <!-- Copy across the jdk/lib dependency jars -->
         <copy todir="${hy.jdk}/lib" flatten="yes">
             <fileset file="${ecj.jar}" />