paulsp 2002/08/31 14:13:39
Modified: build build.xml
Log:
Exclude Xerces2 from classpath since it is not supported by Cactus.
Revision Changes Path
1.159 +3 -2 jakarta-jetspeed/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- build.xml 25 Aug 2002 22:37:42 -0000 1.158
+++ build.xml 31 Aug 2002 21:13:39 -0000 1.159
@@ -110,8 +110,9 @@
<path id="classpath">
<fileset dir="build/lib">
- <!-- Everything in the build lib dir -->
-
+ <!-- Everything in the build lib dir except xerces2 -->
+ <exclude name="xercesImpl.jar"/>
+ <exclude name="xml-apis.jar"/>
<include name="*.jar"/>
</fileset>
<fileset dir="${lib.dir}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>