Author: andreas
Date: Wed Sep 21 06:28:44 2005
New Revision: 290692
URL: http://svn.apache.org/viewcvs?rev=290692&view=rev
Log:
[minor change] reverted accidential check-in
Modified:
lenya/trunk/src/webapp/lenya/pubs/blog/config/resourcetypes.xconf
Modified: lenya/trunk/src/webapp/lenya/pubs/blog/config/resourcetypes.xconf
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/config/resourcetypes.xconf?rev=290692&r1=290691&r2=290692&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/config/resourcetypes.xconf (original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/config/resourcetypes.xconf Wed Sep
21 06:28:44 2005
@@ -19,7 +19,7 @@
<xconf xpath="/cocoon/resource-types"
unless="/cocoon/resource-types/component-instance[@name = 'entry']">
- <component-instance name="entry-backup"
+ <component-instance name="entry"
logger="lenya.resourcetypes.entry"
class="org.apache.lenya.cms.publication.ResourceTypeImpl">
<schema src="fallback://lenya/resources/schemas/entry.rng"
language="http://relaxng.org/ns/structure/0.9"/>
|