svn commit: r1304452 - /cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Fri Mar 23 15:39:05 2012
New Revision: 1304452
URL: http://svn.apache.org/viewvc?rev=1304452&view=rev
Log:
Forgot to add new file in archetype.xml
Modified:
cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml
Modified: cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml?rev=1304452&r1=1304451&r2=1304452&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/META-INF/archetype.xml Fri Mar 23 15:39:05 2012
@@ -20,6 +20,7 @@
<id>cocoon-archetype-block</id>
<resources>
<resource>rcl.properties</resource>
+ <resource>rcl-config/WEB-INF/applicationContext.xml</resource>
<resource>rcl-config/WEB-INF/classes/logback.xml</resource>
<resource>src/main/resources/COB-INF/sitemap.xmap</resource>
<resource>src/main/resources/COB-INF/welcome.html</resource>