svn commit: r998984 - in /lenya/trunk/org.apache.lenya.core.workflow/src/main/resources/META-INF/cocoon/avalon: ./ lenya-core-workflow-input-module.xconf

[email protected] Mon, 20 Sep 2010 16:23:39 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Mon Sep 20 16:23:39 2010
New Revision: 998984

URL: http://svn.apache.org/viewvc?rev=998984&view=rev
Log:
- solve workflow input module missing

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

Added: lenya/trunk/org.apache.lenya.core.workflow/src/main/resources/META-INF/cocoon/avalon/lenya-core-workflow-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.core.workflow/src/main/resources/META-INF/cocoon/avalon/lenya-core-workflow-input-module.xconf?rev=998984&view=auto
==============================================================================
--- lenya/trunk/org.apache.lenya.core.workflow/src/main/resources/META-INF/cocoon/avalon/lenya-core-workflow-input-module.xconf (added)
+++ lenya/trunk/org.apache.lenya.core.workflow/src/main/resources/META-INF/cocoon/avalon/lenya-core-workflow-input-module.xconf Mon Sep 20 16:23:39 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.
+-->
+
+<components>
+  <input-modules>
+    <component-instance logger="core.modules.input.workflow" name="workflow"
+			class="org.apache.lenya.cms.cocoon.components.modules.input.WorkflowModule"/>
+  </input-modules>
+</components>