You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2008/12/29 11:04:02 UTC

svn commit: r729851 - /cocoon/trunk/subprojects/pom.xml

Author: cziegeler
Date: Mon Dec 29 02:04:02 2008
New Revision: 729851

URL: http://svn.apache.org/viewvc?rev=729851&view=rev
Log:
Add new xml sub project

Modified:
    cocoon/trunk/subprojects/pom.xml

Modified: cocoon/trunk/subprojects/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/pom.xml?rev=729851&r1=729850&r2=729851&view=diff
==============================================================================
--- cocoon/trunk/subprojects/pom.xml (original)
+++ cocoon/trunk/subprojects/pom.xml Mon Dec 29 02:04:02 2008
@@ -39,7 +39,8 @@
     <module>cocoon-configuration/cocoon-configuration-api</module>
     <module>cocoon-configuration/cocoon-spring-configurator</module>
     <module>cocoon-servlet-service/cocoon-servlet-service-impl</module>
-    <module>cocoon-servlet-service/cocoon-servlet-service-impl-sample</module>	
+    <module>cocoon-servlet-service/cocoon-servlet-service-impl-sample</module>
+    <module>cocoon.xml</module>
   </modules>
   
 </project>