lenya/src/webapp/lenya/pubs/docs-new/config/tasks targets.xml,1.2,1.3
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/config/tasks
In directory erbium:/tmp/cvs-serv15238/src/webapp/lenya/pubs/docs-new/config/tasks
Modified Files:
targets.xml
Log Message:
removed classpath from task definition
Index: targets.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/config/tasks/targets.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** targets.xml 7 May 2003 17:35:38 -0000 1.2
--- targets.xml 9 May 2003 13:59:54 -0000 1.3
***************
*** 35,38 ****
--- 35,39 ----
<target name="publish">
+
<echo>-${servlet.context}-</echo>
<echo>Copying files ${publish.sources}, ${authoring.tree}</echo>
***************
*** 47,56 ****
</copy>
! <taskdef name="export" classname="org.apache.lenya.cms.ant.StaticHTMLExporter">
! <classpath>
! <pathelement location="${servlet.context}/WEB-INF/classes">
! </pathelement>
! </classpath>
! </taskdef>
<echo>Export:</echo>
<export
--- 48,53 ----
</copy>
! <taskdef name="export" classname="org.apache.lenya.cms.ant.StaticHTMLExporter"/>
!
<echo>Export:</echo>
<export