You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/22 17:15:07 UTC

svn commit: r416392 - in /lenya/trunk/src: modules-legacy/task/config/ modules-legacy/task/config/sitemap/ modules-legacy/task/config/sitemap/actions.xmap webapp/lenya/config/sitemap/actions.xmap

Author: andreas
Date: Thu Jun 22 08:15:07 2006
New Revision: 416392

URL: http://svn.apache.org/viewvc?rev=416392&view=rev
Log:
Moved TaskAction declaration from core to task module

Added:
    lenya/trunk/src/modules-legacy/task/config/
    lenya/trunk/src/modules-legacy/task/config/sitemap/
    lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap
Modified:
    lenya/trunk/src/webapp/lenya/config/sitemap/actions.xmap

Added: lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap?rev=416392&view=auto
==============================================================================
--- lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap (added)
+++ lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap Thu Jun 22 08:15:07 2006
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2005 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: actions.xmap 280060 2005-09-11 01:56:31Z chestnut $  -->
+
+<xmap xpath="/sitemap/components/actions" unless="/sitemap/components/actions/action[@name = 'task']">
+   <map:action name="task" logger="sitemap.action.task" src="org.apache.lenya.cms.cocoon.acting.TaskAction"/>
+</xmap>
\ No newline at end of file

Modified: lenya/trunk/src/webapp/lenya/config/sitemap/actions.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/sitemap/actions.xmap?rev=416392&r1=416391&r2=416392&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/sitemap/actions.xmap (original)
+++ lenya/trunk/src/webapp/lenya/config/sitemap/actions.xmap Thu Jun 22 08:15:07 2006
@@ -26,7 +26,6 @@
    <map:action name="set-header" logger="sitemap.action.set-header" src="org.apache.cocoon.acting.HttpHeaderAction"/>
    <map:action name="resource-exists" logger="sitemap.action.resource-exists" src="org.apache.cocoon.acting.ResourceExistsAction"/>
    <map:action name="resource-exists-enhanced" logger="sitemap.action.resource-exists-enhanced" src="org.apache.lenya.cms.cocoon.acting.ResourceExistsAction"/>
-   <map:action name="task" logger="sitemap.action.task" src="org.apache.lenya.cms.cocoon.acting.TaskAction"/>
    <map:action name="workflow" logger="sitemap.action.workflow" src="org.apache.lenya.cms.cocoon.acting.WorkflowInvokerAction"/>
    <map:action name="session-propagator" logger="sitemap.action.session-propagator" src="org.apache.cocoon.acting.SessionPropagatorAction"/>
 </xmap>



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