Author: geirm
Date: Wed Aug 2 12:48:42 2006
New Revision: 428113
URL: http://svn.apache.org/viewvc?rev=428113&view=rev
Log:
HARMONY-898
Stop copying the thread lib from classlib and use the
one in DRLVM.
We need to fix this for real...
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=428113&r1=428112&r2=428113&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/build.xml Wed Aug 2 12:48:42 2006
@@ -506,6 +506,7 @@
<include name="**"/>
<exclude name="bin/java*"/>
<exclude name="bin/default/**"/>
+ <exclude name="bin/*hythr*"/>
</fileset>
</copy>
|