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 17:15:33 UTC

svn commit: r485733 - /harmony/enhanced/jdktools/trunk/modules/launcher/build.xml

Author: geirm
Date: Mon Dec 11 08:15:32 2006
New Revision: 485733

URL: http://svn.apache.org/viewvc?view=rev&rev=485733
Log:
no reason to drag over any binaries for the launcher...
too messy until we get the hythr stuff sorted


Modified:
    harmony/enhanced/jdktools/trunk/modules/launcher/build.xml

Modified: harmony/enhanced/jdktools/trunk/modules/launcher/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/launcher/build.xml?view=diff&rev=485733&r1=485732&r2=485733
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/launcher/build.xml (original)
+++ harmony/enhanced/jdktools/trunk/modules/launcher/build.xml Mon Dec 11 08:15:32 2006
@@ -46,12 +46,6 @@
             </fileset>
         </copy>
 
-        <copy todir="${hy.jdk}/jre/bin" overwrite="yes">
-            <fileset dir="${hy.hdk}/jdk/jre/bin">
-                <patternset includes="*${shlib.suffix}"/>
-            </fileset>
-        </copy>
-
         <!-- Make sure the Linux launcher has execute permission -->
         <chmod file="${hy.jdk}/jre/bin/java${exe.suffix}" perm="ugo+x" />