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:07:31 UTC

svn commit: r940765 - /harmony/enhanced/java/branches/java6/classlib/make/properties.xml

Author: hindessm
Date: Tue May  4 08:07:31 2010
New Revision: 940765

URL: http://svn.apache.org/viewvc?rev=940765&view=rev
Log:
Simplify hy.select definition and remove reference to non-existent module
x_mgt.

Modified:
    harmony/enhanced/java/branches/java6/classlib/make/properties.xml

Modified: harmony/enhanced/java/branches/java6/classlib/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/java6/classlib/make/properties.xml?rev=940765&r1=940764&r2=940765&view=diff
==============================================================================
--- harmony/enhanced/java/branches/java6/classlib/make/properties.xml (original)
+++ harmony/enhanced/java/branches/java6/classlib/make/properties.xml Tue May  4 08:07:31 2010
@@ -287,21 +287,12 @@
     <property name="jpeg.home" value="/usr" />
     
     <!-- default property for poll-modules macro - i.e. all modules -->
-    <condition property="exclude.module" value="accessibility,applet,awt,imageio,orb,print,rmi,sound,swing,x_mgt">
-            <equals arg1="${hy.select}" arg2="true" />
-    </condition>
-    <condition property="exclude.module" value="nothing">
-        <or>
-            <not>
-                <isset property="hy.select" />
-            </not>
-            <not>
-               <equals arg1="${hy.select}" arg2="true" />
-            </not>
-        </or>
-    </condition>
-
     <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 -->
     <property name="hy.no.thr" value="false" />