You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ma...@apache.org on 2011/07/08 18:59:13 UTC

svn commit: r1144384 - /aries/trunk/jmx/pom.xml

Author: mahrwald
Date: Fri Jul  8 16:59:12 2011
New Revision: 1144384

URL: http://svn.apache.org/viewvc?rev=1144384&view=rev
Log:
Include jmx-core-whiteboard in the jmx module pom to make builds pass

Modified:
    aries/trunk/jmx/pom.xml

Modified: aries/trunk/jmx/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/pom.xml?rev=1144384&r1=1144383&r2=1144384&view=diff
==============================================================================
--- aries/trunk/jmx/pom.xml (original)
+++ aries/trunk/jmx/pom.xml Fri Jul  8 16:59:12 2011
@@ -38,6 +38,7 @@
         <module>jmx-api</module>
         <module>jmx-blueprint-api</module>
         <module>jmx-core</module>
+        <module>jmx-core-whiteboard</module>
         <module>jmx-whiteboard</module>
         <module>jmx-blueprint-core</module>
         <module>jmx-bundle</module>