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

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

Author: varlax
Date: Fri Feb  8 01:53:48 2008
New Revision: 619815

URL: http://svn.apache.org/viewvc?rev=619815&view=rev
Log:
Fixed DLLs relocation after r618987 commit.

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=619815&r1=619814&r2=619815&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build.xml Fri Feb  8 01:53:48 2008
@@ -255,6 +255,8 @@
     <target name="deploy-relocate" if="is.windows">
         <fileset dir="${drlvm.deploy.dir}/jdk/jre/bin/" id="relocate.files">
             <include name="**/*.dll" />
+            <!-- Ignore ICUInterface34 stub from classlib -->
+            <exclude name="ICUInterface34.dll" />
         </fileset>
 
         <pathconvert pathsep=" " property="relocate.files.all" refid="relocate.files" />