You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by fl...@apache.org on 2010/09/20 16:42:06 UTC

svn commit: r998945 - in /lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon: ./ lenya-core-lenyametadata-generator.xconf

Author: florent
Date: Mon Sep 20 14:42:05 2010
New Revision: 998945

URL: http://svn.apache.org/viewvc?rev=998945&view=rev
Log:
-solve the lenyaMetaData generator definition

Added:
    lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/
    lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/lenya-core-lenyametadata-generator.xconf

Added: lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/lenya-core-lenyametadata-generator.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/lenya-core-lenyametadata-generator.xconf?rev=998945&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/lenya-core-lenyametadata-generator.xconf (added)
+++ lenya/trunk/org.apache.lenya.core.metadata/src/main/resources/META-INF/cocoon/avalon/lenya-core-lenyametadata-generator.xconf Mon Sep 20 14:42:05 2010
@@ -0,0 +1,28 @@
+<?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.
+  -->
+
+
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:generators>
+    
+    <map:generator label="content" logger="sitemap.generator.lenyaMetaData"
+		   name="lenyaMetaData" pool-max="16"
+		   src="org.apache.lenya.modules.metadata.LenyaMetaDataGenerator"/>
+  </map:generators>
+</map:components>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org