jvanzyl 01/08/05 22:18:17
Modified: . build.xml
Log:
- xerces needs to be in the classpath
Revision Changes Path
1.7 +1 -0 jakarta-turbine-fulcrum/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 2001/08/06 02:22:20 1.6
+++ build.xml 2001/08/06 05:18:16 1.7
@@ -12,6 +12,7 @@
<path id="classpath">
<pathelement location="${velocity.jar}"/>
<pathelement location="${log4j.jar}"/>
+ <pathelement location="${xerces.jar}"/>
<pathelement location="${bsf.jar}"/>
<pathelement location="${torque.jar}"/>
<pathelement location="${servlet.jar}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]