You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/14 13:41:01 UTC

svn commit: r627725 - /harmony/enhanced/drlvm/trunk/build.xml

Author: varlax
Date: Thu Feb 14 04:41:00 2008
New Revision: 627725

URL: http://svn.apache.org/viewvc?rev=627725&view=rev
Log:
Ensure proper hythr is used.

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

Modified: harmony/enhanced/drlvm/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build.xml?rev=627725&r1=627724&r2=627725&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build.xml Thu Feb 14 04:41:00 2008
@@ -183,7 +183,7 @@
                 <include name="**" if="import.hdk"/>
                 <include name="jdk/jre/**" unless="import.hdk"/>
                 <exclude name="jdk/jre/bin/default/**" unless="import.hdk"/>
-                <exclude name="bin/*hythr*" unless="import.hdk"/>
+                <exclude name="jdk/jre/bin/*hythr*" unless="import.hdk"/>
             </fileset>
         </copy>
     </target>
@@ -213,7 +213,7 @@
         </delete>
         
         <!-- launcher should use our hythr -->
-        <copy todir="${drlvm.deploy.dir}/jdk/jre/bin">
+        <copy todir="${drlvm.deploy.dir}/jdk/jre/bin" overwrite="yes">
             <fileset dir="${drlvm.bin.dir}">
                 <include name="*hythr*"/>
             </fileset>