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/08/16 18:10:54 UTC

svn commit: r431938 - in /incubator/harmony/enhanced/drlvm/trunk/build/make: components/extra/java_script.xml deploy.xml

Author: geirm
Date: Wed Aug 16 09:10:54 2006
New Revision: 431938

URL: http://svn.apache.org/viewvc?rev=431938&view=rev
Log:
HARMONY-1034 - eliminate the java.bat on windows


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml
    incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml?rev=431938&r1=431937&r2=431938&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/components/extra/java_script.xml Wed Aug 16 09:10:54 2006
@@ -28,14 +28,6 @@
 <project name="extra.java_script">
     <target name="init" >
         <mkdir dir="${build.dir}/_other" />
-        <select os="win">
-            <echo file="${build.dir}/_other/java.bat">
-<![CDATA[
-.\java.exe %*
-]]>
-</echo>
-        </select>
-
         <select os="lnx">
             <echo file="${build.dir}/_other/java.sh">
 #!/bin/sh

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml?rev=431938&r1=431937&r2=431938&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/deploy.xml Wed Aug 16 09:10:54 2006
@@ -93,10 +93,6 @@
 
 
         <java_script>
-            <select os="win">
-                <other>bin:java.bat</other>
-            </select>
-
             <select os="lnx">
                 <other>bin:java.sh</other>
             </select>