You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ed...@apache.org on 2005/03/22 17:16:28 UTC

svn commit: r158618 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf

Author: edith
Date: Tue Mar 22 08:16:27 2005
New Revision: 158618

URL: http://svn.apache.org/viewcvs?view=rev&rev=158618
Log:
caching of default publication back ported, in the deactivation too

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf?view=diff&r1=158617&r2=158618
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf Tue Mar 22 08:16:27 2005
@@ -43,8 +43,14 @@
 -->
   </task>
 
-  <task id="deactivateDocument" class="org.apache.lenya.defaultpub.cms.task.Deactivate">
+  <task id="deactivateDocument">
     <label>Deactivate</label>
+    <task id="deactivateDocument" class="org.apache.lenya.defaultpub.cms.task.Deactivate"/>
+    <task id="delect-cache" class="org.apache.lenya.cms.task.AntTask">
+      <label>Delete Cache</label>
+      <parameter name="target" value="deletecache"/>
+      <parameter name="properties.cachedir" value="work/cache"/>
+    </task>
   </task>
 
 



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