You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2012/11/14 20:04:10 UTC

svn commit: r1409299 - in /aries/trunk: ./ jmx/ jmx/jmx-api/ jmx/jmx-blueprint-api/ jmx/jmx-blueprint-bundle/ jmx/jmx-blueprint-core/ jmx/jmx-bundle/ jmx/jmx-core-whiteboard/ jmx/jmx-core/ jmx/jmx-itests/ jmx/jmx-whiteboard/

Author: davidb
Date: Wed Nov 14 19:04:08 2012
New Revision: 1409299

URL: http://svn.apache.org/viewvc?rev=1409299&view=rev
Log:
Remove the old JMX implementation before moving in the new one.

Removed:
    aries/trunk/jmx/LICENSE
    aries/trunk/jmx/NOTICE
    aries/trunk/jmx/jmx-api/
    aries/trunk/jmx/jmx-blueprint-api/
    aries/trunk/jmx/jmx-blueprint-bundle/
    aries/trunk/jmx/jmx-blueprint-core/
    aries/trunk/jmx/jmx-bundle/
    aries/trunk/jmx/jmx-core/
    aries/trunk/jmx/jmx-core-whiteboard/
    aries/trunk/jmx/jmx-itests/
    aries/trunk/jmx/jmx-whiteboard/
    aries/trunk/jmx/pom.xml
Modified:
    aries/trunk/pom.xml

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1409299&r1=1409298&r2=1409299&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Wed Nov 14 19:04:08 2012
@@ -50,7 +50,9 @@
         <module>application</module>
         <module>subsystem</module>
         <module>ejb</module>
+        <!-- temporarily disable JMX while replacing the old JMX implementation with the new one
         <module>jmx</module>
+        -->
         <module>jpa</module>
         <module>spi-fly</module>
         <module>samples</module>