svn commit: r1024315 - in /lenya/trunk/org.apache.lenya.webapp: ./ src/main/resources/META-INF/cocoon/ src/main/resources/META-INF/cocoon/avalon/

[email protected] Tue, 19 Oct 2010 16:33:32 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Tue Oct 19 16:33:32 2010
New Revision: 1024315

URL: http://svn.apache.org/viewvc?rev=1024315&view=rev
Log:
-solve non finding components

Added:
    lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/
    lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/
    lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/date-iso8601-rfc822-input-module.xconf
    lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/doc-info-input-module.xconf
Modified:
    lenya/trunk/org.apache.lenya.webapp/pom.xml

Modified: lenya/trunk/org.apache.lenya.webapp/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.webapp/pom.xml?rev=1024315&r1=1024314&r2=1024315&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.webapp/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.webapp/pom.xml Tue Oct 19 16:33:32 2010
@@ -131,6 +131,12 @@
       <artifactId>cocoon-forms-impl</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <!-- for continuations -->
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-flowscript-impl</artifactId>
+      <scope>runtime</scope>
+    </dependency>
     
     <!-- Lenya -->
     <dependency>

Added: lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/date-iso8601-rfc822-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/date-iso8601-rfc822-input-module.xconf?rev=1024315&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/date-iso8601-rfc822-input-module.xconf (added)
+++ lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/date-iso8601-rfc822-input-module.xconf Tue Oct 19 16:33:32 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.
+-->
+
+<map:components xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  
+  <input-modules>
+    <component-instance name="date-iso8601-rfc822" logger="core.modules.input" class="org.apache.lenya.cms.cocoon.components.modules.input.DateConverterModule">
+      <src-pattern>yyyy-MM-dd HH:mm:ss Z</src-pattern>
+      <pattern>EEE, dd MMM yyyy HH:mm:ss Z</pattern>
+    </component-instance>
+  </input-modules>
+</map:components>

Added: lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/doc-info-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/doc-info-input-module.xconf?rev=1024315&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/doc-info-input-module.xconf (added)
+++ lenya/trunk/org.apache.lenya.webapp/src/main/resources/META-INF/cocoon/avalon/doc-info-input-module.xconf Tue Oct 19 16:33:32 2010
@@ -0,0 +1,24 @@
+<?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">
+  
+  <input-modules>
+    <component-instance name="doc-info" logger="core.modules.input" class="org.apache.lenya.cms.cocoon.components.modules.input.DocumentInfoModule"/>
+  </input-modules>
+</map:components>