svn commit: r998947 - /lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf

[email protected] Mon, 20 Sep 2010 14:43:28 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Mon Sep 20 14:43:28 2010
New Revision: 998947

URL: http://svn.apache.org/viewvc?rev=998947&view=rev
Log:
- solve the resource-type input module definition

Added:
    lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf

Added: lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf?rev=998947&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf (added)
+++ lenya/trunk/org.apache.lenya.core.api/src/main/resources/META-INF/cocoon/avalon/lenya-core-resource-type-input-module.xconf Mon Sep 20 14:43:28 2010
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+
+<!-- <xconf xpath="/cocoon/input-modules" unless="/cocoon/input-modules/component-instance[@name = 'resource-type']"> -->
+  <components>
+  
+  <input-modules>
+    <component-instance name="resource-type" logger="sitemap.modules.input.resource-type"
+      class="org.apache.lenya.cms.cocoon.components.modules.input.ResourceTypeModule"/>
+<!--  </xconf> -->
+   </input-modules>
+</components>