Author: andreas
Date: Fri Aug 26 00:49:59 2005
New Revision: 240182
URL: http://svn.apache.org/viewcvs?rev=240182&view=rev
Log:
Renamed publets to modules
Added:
lenya/trunk/src/modules/lenyadoc/config/sourcefactory.xconf
- copied unchanged from r240179,
lenya/trunk/src/modules/lenyadoc/config/publet.xconf
lenya/trunk/src/modules/links/config/module.xconf
lenya/trunk/src/modules/search/config/module.xconf
- copied unchanged from r240179,
lenya/trunk/src/modules/search/config/publet.xconf
lenya/trunk/src/modules/sitetree/config/module.xconf
- copied unchanged from r240179,
lenya/trunk/src/modules/sitetree/config/publet.xconf
lenya/trunk/src/modules/xhtml/config/module.xconf
- copied unchanged from r240179,
lenya/trunk/src/modules/xhtml/config/publet.xconf
Removed:
lenya/trunk/src/modules/lenyadoc/config/publet.xconf
lenya/trunk/src/modules/links/config/publet.xconf
lenya/trunk/src/modules/search/config/publet.xconf
lenya/trunk/src/modules/sitetree/config/publet.xconf
lenya/trunk/src/modules/xhtml/config/publet.xconf
Added: lenya/trunk/src/modules/links/config/module.xconf
URL:
http://svn.apache.org/viewcvs/lenya/trunk/src/modules/links/config/module.xconf?rev=240182&view=auto
==============================================================================
--- lenya/trunk/src/modules/links/config/module.xconf (added)
+++ lenya/trunk/src/modules/links/config/module.xconf Fri Aug 26 00:49:59 2005
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 1999-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- $Id: doctypes.xconf 164635 2005-04-25 20:01:43Z tschlabach $ -->
+
+<xconf xpath="/cocoon/resource-types"
unless="/cocoon/resource-types/component-instance[@name = 'links']">
+
+ <component-instance name="links"
+ logger="lenya.resourcetypes.links"
+
class="org.apache.lenya.cms.publication.ResourceTypeImpl">
+ <schema src="fallback://lenya/modules/links/schema/links.rng"/>
+ <creator src="org.apache.lenya.cms.authoring.DefaultBranchCreator">
+
<sample-name>fallback://lenya/modules/links/samples/links.xml</sample-name>
+ </creator>
+ </component-instance>
+
+</xconf>
|