You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/05/04 10:11:35 UTC

svn commit: r940766 - /harmony/enhanced/java/trunk/classlib/make/properties.xml

Author: hindessm
Date: Tue May  4 08:11:34 2010
New Revision: 940766

URL: http://svn.apache.org/viewvc?rev=940766&view=rev
Log:
Add hy.select option w/simplified ant and w/o (non-existent) x_mgt module.

Modified:
    harmony/enhanced/java/trunk/classlib/make/properties.xml

Modified: harmony/enhanced/java/trunk/classlib/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/make/properties.xml?rev=940766&r1=940765&r2=940766&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/make/properties.xml (original)
+++ harmony/enhanced/java/trunk/classlib/make/properties.xml Tue May  4 08:11:34 2010
@@ -285,6 +285,10 @@
     
     <!-- default property for poll-modules macro - i.e. all modules -->
     <property name="build.module" value="*" />
+    <condition property="exclude.module"
+            value="accessibility,applet,awt,imageio,orb,print,rmi,sound,swing">
+        <istrue value="${hy.select}" />
+    </condition>
     <property name="exclude.module" value="nothing" />
 
     <!-- flags -->