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/08 09:41:52 UTC

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

Author: hindessm
Date: Sat May  8 07:41:51 2010
New Revision: 942336

URL: http://svn.apache.org/viewvc?rev=942336&view=rev
Log:
Add jmx to select exclude list.

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=942336&r1=942335&r2=942336&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/make/properties.xml (original)
+++ harmony/enhanced/java/trunk/classlib/make/properties.xml Sat May  8 07:41:51 2010
@@ -286,7 +286,7 @@
     <!-- 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">
+            value="accessibility,applet,awt,imageio,jmx,orb,print,rmi,sound,swing">
         <istrue value="${hy.select}" />
     </condition>
     <property name="exclude.module" value="nothing" />