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/06/15 22:00:10 UTC

svn commit: r414664 - /incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml

Author: geirm
Date: Thu Jun 15 13:00:09 2006
New Revision: 414664

URL: http://svn.apache.org/viewvc?rev=414664&view=rev
Log:
don't copy the java.exe and javaw.exe proggies until
we convert DRLVM to use the launcher


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml?rev=414664&r1=414663&r2=414664&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml Thu Jun 15 13:00:09 2006
@@ -431,6 +431,7 @@
         <copy todir="${build.deploy.dir}/bin">
             <fileset dir="${external.dep.CLASSLIB}/deploy/jdk/jre/bin">
                 <include name="*"/>
+                <exclude name="java*"/>
             </fileset>
         </copy>