lenya/src/webapp/lenya/pubs/default/config/tasks targets.xml,1.1,1.2
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/config/tasks
In directory erbium:/tmp/cvs-serv15365/src/webapp/lenya/pubs/default/config/tasks
Modified Files:
targets.xml
Log Message:
- removed classpath from task definition
- corrected meny layout
Index: targets.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/config/tasks/targets.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** targets.xml 7 May 2003 17:33:33 -0000 1.1
--- targets.xml 9 May 2003 14:02:48 -0000 1.2
***************
*** 30,39 ****
<property name="servlet.context" value=""/>
- <taskdef name="export" classname="org.apache.lenya.cms.ant.StaticHTMLExporter">
- <classpath>
- <pathelement location="${servlet.context}/webapp/lenya/WEB-INF/classes">
- </pathelement>
- </classpath>
- </taskdef>
<target name="test">
<echo>This is a test of the AntTask: ${text}</echo>
--- 30,33 ----
***************
*** 52,55 ****
--- 46,51 ----
</fileset>
</copy>
+
+ <taskdef name="export" classname="org.apache.lenya.cms.ant.StaticHTMLExporter"/>
<echo>Export:</echo>