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 2005/02/23 16:28:03 UTC

svn commit: r155025 - lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf

Author: andreas
Date: Wed Feb 23 07:28:02 2005
New Revision: 155025

URL: http://svn.apache.org/viewcvs?view=rev&rev=155025
Log:
remove references to renameDocument task

Modified:
    lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml
    lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf

Modified: lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml?view=diff&r1=155024&r2=155025
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/targets.xml Wed Feb 23 07:28:02 2005
@@ -218,16 +218,6 @@
     <echo>the document id for the copy is now ${node.newdocumentid}</echo>
   </target>
 
-  <target name = "newnamedocumentid">
-    <taskdef name="computerenamedocumentid" classname="org.apache.lenya.cms.ant.ComputeRenameDocumentId"/>
-    <computerenamedocumentid
-      area="authoring"
-      firstdocumentid="${node.firstdocumentid}"
-      secdocumentid="${node.secdocumentid}"
-      />
-    <echo>the document id for the renamed file is now ${node.newdocumentid}</echo>
-  </target>
-  
   <taskdef name="computearchivedocumentid" classname="org.apache.lenya.cms.ant.ComputeArchiveDocumentId"/>
   
   <target name = "newarchivedocumentid">
@@ -450,12 +440,6 @@
     secareaproperties, newcopydocumentid, firstdocumentpath,
     secdocumentpath, move, rewrite-links">
   <echo>moveDocument</echo> 
-</target>
-
-<target name = "renameDocument" depends="firstareaproperties,
-    secareaproperties, newnamedocumentid, firstdocumentpath,
-    secdocumentpath, move, rewrite-links">
-  <echo>renameDocument</echo> 
 </target>
 
 <target name = "setIdentifier">

Modified: lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf?view=diff&r1=155024&r2=155025
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf Wed Feb 23 07:28:02 2005
@@ -78,11 +78,6 @@
     <parameter name="target" value="moveDocument"/>
   </task>
 
-  <task id="renameDocument" class="org.apache.lenya.cms.task.AntTask">
-    <label>RenameDocument</label>
-    <parameter name="target" value="renameDocument"/>
-  </task>
-
   <task id="movenode" class="org.apache.lenya.cms.task.AntTask">
     <label>Move Node</label>
     <parameter name="target" value="movenode"/>



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