You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2010/09/10 14:22:41 UTC

svn commit: r995769 - /mina/trunk/pom.xml

Author: elecharny
Date: Fri Sep 10 12:22:40 2010
New Revision: 995769

URL: http://svn.apache.org/viewvc?rev=995769&view=rev
Log:
added the distribution module

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=995769&r1=995768&r2=995769&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Fri Sep 10 12:22:40 2010
@@ -131,6 +131,9 @@
     <module>integration-ognl</module>
     <module>integration-jmx</module>
     <module>example</module>
+
+    <!-- This module *must* be the last one -->
+    <module>distribution</module>
   </modules>
 
   <dependencyManagement>