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 2010/06/29 16:28:22 UTC

svn commit: r958991 - /gump/metadata/project/cocoon22.xml

Author: bodewig
Date: Tue Jun 29 14:28:22 2010
New Revision: 958991

URL: http://svn.apache.org/viewvc?rev=958991&view=rev
Log:
add cocoon-jnet and cocoon-servlet-service-impl

Modified:
    gump/metadata/project/cocoon22.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=958991&r1=958990&r2=958991&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Tue Jun 29 14:28:22 2010
@@ -73,6 +73,30 @@
     <option project="logging-log4j-12"/>
   </project>
 
+  <project name="cocoon22-jnet">
+    <depend project="cocoon22-parent"/>
+    <mvn separateLocalRepository="cocoon22"
+         basedir="subprojects/cocoon-jnet"
+         goal="install"/>
+    <option project="cocoon22-spring-configurator"/>
+    <option project="junit"/>
+    <jar name="subprojects/cocoon-jnet/target/cocoon-jnet-*[0-9T].jar"
+         id="cocoon-jnet"/>
+  </project>
+
+  <project name="cocoon22-servlet-service-impl">
+    <depend project="cocoon22-parent"/>
+    <mvn separateLocalRepository="cocoon22"
+         basedir="subprojects/cocoon-servlet-service/cocoon-servlet-service-impl"
+         goal="install"/>
+    <jar name="subprojects/cocoon-servlet-service/cocoon-servlet-service-impl/target/cocoon-servlet-service-impl-*[0-9T].jar"
+         id="cocoon-servlet-service-impl"/>
+    <option project="cocoon22-jnet"/>
+    <option project="cocoon22-spring-configurator"/>
+    <option project="commons-collections"/>
+    <option project="junit"/>
+  </project>
+
   <project name="cocoon22-xml">
     <depend project="cocoon22-parent"/>
     <mvn separateLocalRepository="cocoon22" basedir="subprojects/cocoon-xml"
@@ -131,6 +155,9 @@
     <option project="xmlunit"/>
     <option project="xom"/>
 
+    <option project="cocoon22-jnet"/>
+    <option project="cocoon22-servlet-service-impl"/>
     <option project="cocoon22-spring-configurator"/>
+    <option project="cocoon22-xml"/>
   </project>
 </module>