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/06 08:02:08 UTC

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

Author: varlax
Date: Tue Feb  5 23:02:07 2008
New Revision: 618911

URL: http://svn.apache.org/viewvc?rev=618911&view=rev
Log:
drop duplicated dependencies from VM-specific dir in JRE

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=618911&r1=618910&r2=618911&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build.xml Tue Feb  5 23:02:07 2008
@@ -203,6 +203,15 @@
             </fileset>
         </copy>
 
+        <!-- a trick to drop duplicated dependencies -->
+        <delete quiet="yes">
+            <fileset dir="${drlvm.bin.dir}" includes="*" excludes="*hythr*">
+                <not>
+                    <different targetdir="${drlvm.deploy.dir}/jdk/jre/bin"/>
+                </not>
+            </fileset>
+        </delete>
+        
         <!-- launcher should use our hythr -->
         <copy todir="${drlvm.deploy.dir}/jdk/jre/bin">
             <fileset dir="${drlvm.bin.dir}">