You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/12 22:37:58 UTC

svn commit: r506668 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Mon Feb 12 13:37:57 2007
New Revision: 506668

URL: http://svn.apache.org/viewvc?view=rev&rev=506668
Log:
add sub projects to root pom

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=506668&r1=506667&r2=506668
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Mon Feb 12 13:37:57 2007
@@ -43,6 +43,12 @@
     <module>tools</module>  
     <module>site/cocoon-maven-site-skin</module>
     <module>dists</module>
+    <!-- sub projects -->
+    <module>core/cocoon-configuration/cocoon-configuration-api</module>
+    <module>core/cocoon-configuration/cocoon-spring-configurator</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-impl</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-components</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-sample</module>         
   </modules>
 
   <repositories>