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 10:01:24 UTC

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

Author: hindessm
Date: Sat May  8 08:01:24 2010
New Revision: 942337

URL: http://svn.apache.org/viewvc?rev=942337&view=rev
Log:
Revert "r942336: Add jmx to select exclude list" as it breaks lang-management
on a rebuild.

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