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/06/16 04:22:06 UTC

svn commit: r414720 - /incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml

Author: geirm
Date: Thu Jun 15 19:22:06 2006
New Revision: 414720

URL: http://svn.apache.org/viewvc?rev=414720&view=rev
Log:
just remove CLASSLIB for good


Modified:
    incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml

Modified: incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml?rev=414720&r1=414719&r2=414720&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml (original)
+++ incubator/harmony/enhanced/drlvm/trunk/build/make/setup.xml Thu Jun 15 19:22:06 2006
@@ -313,7 +313,7 @@
     </target>
 
     <target name="setup.resources" depends="plugin.antcontrib">
-        <property name="common.resources" value="LOG4CXX,HYPLUGIN,CLASSLIB,CPPTASKS,XALAN,VM,BCPROV,RESOLVER" />
+        <property name="common.resources" value="LOG4CXX,HYPLUGIN,CPPTASKS,XALAN,VM,BCPROV,RESOLVER" />
         <property name="build.resources" value="CPPTASKS,ECLIPSE" />
         <if>
             <isset property="if.lnx" />