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 2006/02/11 12:14:55 UTC

svn commit: r376969 - /cocoon/trunk/cocoon-block-deployer/pom.xml

Author: reinhard
Date: Sat Feb 11 03:14:51 2006
New Revision: 376969

URL: http://svn.apache.org/viewcvs?rev=376969&view=rev
Log:
add cocoon-tutorial-simple-block to reactor build

Modified:
    cocoon/trunk/cocoon-block-deployer/pom.xml

Modified: cocoon/trunk/cocoon-block-deployer/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-block-deployer/pom.xml?rev=376969&r1=376968&r2=376969&view=diff
==============================================================================
--- cocoon/trunk/cocoon-block-deployer/pom.xml (original)
+++ cocoon/trunk/cocoon-block-deployer/pom.xml Sat Feb 11 03:14:51 2006
@@ -40,7 +40,8 @@
     <module>cocoon-deployer-core</module>  
     <module>cocoon-deployer-plugin</module>
     <module>cocoon-deployer-plugin-demo</module>
-    <module>cocoon-deployer-minimal-webapp</module>        
+    <module>cocoon-deployer-minimal-webapp</module> 
+    <module>cocoon-tutorial-simple-block</module>             
   </modules>
   
 </project>