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 2003/06/11 11:59:22 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/config/tasks targets.xml

andreas     2003/06/11 02:59:22

  Modified:    src/webapp/lenya/pubs/default/config/tasks targets.xml
  Log:
  added creator target
  
  Revision  Changes    Path
  1.5       +19 -0     cocoon-lenya/src/webapp/lenya/pubs/default/config/tasks/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/tasks/targets.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- targets.xml	15 May 2003 11:30:25 -0000	1.4
  +++ targets.xml	11 Jun 2003 09:59:22 -0000	1.5
  @@ -87,4 +87,23 @@
         />
   </target>
   
  +<target name="create">
  +    
  +  <property name="create.parent-id"/>
  +  <property name="create.child-id"/>
  +  <property name="create.child-name"/>
  +  <property name="create.child-type"/>
  +  <property name="create.doctype"/>
  +    
  +  <taskdef name="create" classname="org.apache.lenya.cms.ant.DocumentCreatorTask"/>
  +  <create
  +      parentid="${create.parent-id}"
  +      childid="${create.child-id}"
  +      childname="${create.child-name}"
  +      childtype="${create.child-type}"
  +      docspath="${authoring.dir}"
  +      documenttype="${create.doctype}"
  +      treeauthoringpath="${authoring.tree}"/>
  +</target>
  +
   </project>
  
  
  

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