[jboss-cvs] JBossAS SVN: r70240 - in trunk: jmx-remoting and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 28 23:42:10 EST 2008


Author: pgier
Date: 2008-02-28 23:42:10 -0500 (Thu, 28 Feb 2008)
New Revision: 70240

Modified:
   trunk/jmx-remoting/pom.xml
   trunk/pom.xml
Log:
Add jmx-remoting module.

Modified: trunk/jmx-remoting/pom.xml
===================================================================
--- trunk/jmx-remoting/pom.xml	2008-02-29 04:27:11 UTC (rev 70239)
+++ trunk/jmx-remoting/pom.xml	2008-02-29 04:42:10 UTC (rev 70240)
@@ -54,7 +54,7 @@
 		</dependency>
 		<dependency>
 			<groupId>jboss</groupId>
-			<artifactId>remoting</artifactId>
+			<artifactId>jboss-remoting</artifactId>
 		</dependency>
 	</dependencies>
 	

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-02-29 04:27:11 UTC (rev 70239)
+++ trunk/pom.xml	2008-02-29 04:42:10 UTC (rev 70240)
@@ -50,8 +50,8 @@
     <module>console</module>
     <module>embedded</module>
     <module>spring-int</module>
-    <!--<module>jmx-remoting</module>
-    <module>testsuite</module> -->
+    <module>jmx-remoting</module>
+    <!--<module>testsuite</module> -->
     <module>build</module>
   </modules>
   




More information about the jboss-cvs-commits mailing list