You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/04/03 11:48:33 UTC

svn commit: r761588 - /gump/metadata/project/mina.xml

Author: bodewig
Date: Fri Apr  3 09:48:33 2009
New Revision: 761588

URL: http://svn.apache.org/viewvc?rev=761588&view=rev
Log:
I don't expect to ever understand reactor builds, break it up and build the legal jar separateley

Modified:
    gump/metadata/project/mina.xml

Modified: gump/metadata/project/mina.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mina.xml?rev=761588&r1=761587&r2=761588&view=diff
==============================================================================
--- gump/metadata/project/mina.xml (original)
+++ gump/metadata/project/mina.xml Fri Apr  3 09:48:33 2009
@@ -26,7 +26,7 @@
   - If you have a requirement that leads to hand editing, please consider filing
   - a feature request at http://jira.codehaus.org/browse/MPGUMP
 -->
-<module name="mina">
+<module name="mina" groupId="org.apache.mina">
   <description>
     A Multipurpose Infrastrusture for Network Applications
   </description>
@@ -56,6 +56,7 @@
     <option project="spring" ids="spring-core spring-beans"/>
     <option project="jsse"/> 
     <option project="ant-contrib"/>
+    <depend project="mina-legal"/>
     <home nested="." />
 
     <jar
@@ -87,4 +88,10 @@
     <junitreport nested="./target/test-reports" />
   
   </project>
+
+  <project name="mina-legal">
+    <mvn basedir="legal"/>
+
+    <jar name="legal/target/mina-legal-2.0.0-RC1-SNAPSHOT.jar"/>
+  </project>
 </module>