rlubke 02/02/09 16:06:33
Modified: . build.xml
Log:
- correct class reference for GetWorkspaceInXML in convert target.
Revision Changes Path
1.19 +1 -1 jakarta-watchdog-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 29 Jan 2002 18:23:17 -0000 1.18
+++ build.xml 10 Feb 2002 00:06:33 -0000 1.19
@@ -276,7 +276,7 @@
<target name="convert" depends="compile,buildjars"
description="Convert JSP syntax to XML syntax">
- <java classname="org.apache.jspxml.GetWorkspaceInXML" fork="true">
+ <java classname="org.apache.watchdog.jspxml.GetWorkspaceInXML" fork="true">
<classpath refid="convert.classpath"/>
<sysproperty key="JSP_ROOT"
value="${watchdog.build}/webapps/jsp-tests/jsp"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>