You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jv...@apache.org on 2006/09/07 14:34:45 UTC

svn commit: r441074 - /directory/trunks/mina/pom.xml

Author: jvermillard
Date: Thu Sep  7 05:34:44 2006
New Revision: 441074

URL: http://svn.apache.org/viewvc?view=rev&rev=441074
Log:
added jmx module

Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/mina/pom.xml?view=diff&rev=441074&r1=441073&r2=441074
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Thu Sep  7 05:34:44 2006
@@ -171,6 +171,7 @@
         <module>filter-codec-netty</module>
         <module>filter-compression</module>
         <module>integration-spring</module>
+	<module>jmx</module>
         <module>examples</module>
       </modules>
     </profile>
@@ -206,6 +207,7 @@
  o mina-filter-ssl
  o mina-integration-spring
  o mina-examples
+ o mina-jmx
 
 Use JDK 1.5 to make sure these modules build.
 ====================================================================