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/05/25 12:22:31 UTC

svn commit: r409353 - in /cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/cocoon.xconf archetype-resources/src/main/webapp/WEB-INF/xconf/

Author: reinhard
Date: Thu May 25 03:22:27 2006
New Revision: 409353

URL: http://svn.apache.org/viewvc?rev=409353&view=rev
Log:
remove obsolete files as they moved to cocoon-core

Removed:
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/cocoon.xconf
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/xconf/
Modified:
    cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/META-INF/archetype.xml

Modified: cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/META-INF/archetype.xml?rev=409353&r1=409352&r2=409353&view=diff
==============================================================================
--- cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/META-INF/archetype.xml (original)
+++ cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/main/resources/META-INF/archetype.xml Thu May 25 03:22:27 2006
@@ -5,10 +5,8 @@
     <resource>src/main/webapp/welcome.xml</resource>      
     <resource>src/main/webapp/WEB-INF/web.xml</resource>
     <resource>src/main/webapp/WEB-INF/log4j.xconf</resource>
-    <resource>src/main/webapp/WEB-INF/cocoon.xconf</resource>    
     <resource>src/main/webapp/WEB-INF/properties/core.properties</resource>
     <resource>src/main/webapp/WEB-INF/properties/dev/core.properties</resource>
-    <resource>src/main/webapp/WEB-INF/sitemap-additions/cocoon-core-sitemap.xmap</resource>    
-    <resource>src/main/webapp/WEB-INF/xconf/cocoon-core.xconf</resource>       
+    <resource>src/main/webapp/WEB-INF/sitemap-additions/cocoon-core-sitemap.xmap</resource>        
   </resources>
 </archetype>