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/08 20:02:15 UTC

svn commit: r376025 - in /cocoon/trunk/cocoon-archetypes: cocoon-archetype-block/ cocoon-archetype-core/ pom.xml

Author: reinhard
Date: Wed Feb  8 11:02:14 2006
New Revision: 376025

URL: http://svn.apache.org/viewcvs?rev=376025&view=rev
Log:
delete archetypes *for now* and move the cocoon-archetype-block into cocoon-block-deployer to make development for me simpler

Removed:
    cocoon/trunk/cocoon-archetypes/cocoon-archetype-block/
    cocoon/trunk/cocoon-archetypes/cocoon-archetype-core/
Modified:
    cocoon/trunk/cocoon-archetypes/pom.xml

Modified: cocoon/trunk/cocoon-archetypes/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-archetypes/pom.xml?rev=376025&r1=376024&r2=376025&view=diff
==============================================================================
--- cocoon/trunk/cocoon-archetypes/pom.xml (original)
+++ cocoon/trunk/cocoon-archetypes/pom.xml Wed Feb  8 11:02:14 2006
@@ -30,7 +30,8 @@
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
-    <module>cocoon-archetype-core</module>
-    <module>cocoon-archetype-block</module>
+    <!-- module>cocoon-archetype-core</module-->
+    <!-- moved *for now* into block-deployer -->
+    <!--module>cocoon-archetype-block</module-->
   </modules>
 </project>