Author: niallp
Date: Mon Nov  7 23:34:52 2005
New Revision: 331721

URL: http://svn.apache.org/viewcvs?rev=331721&view=rev
Log:
Add xerces.jar to test classpath so that junit tests run correctly under JDK 1.3

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml
URL: 
http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml?rev=331721&r1=331720&r2=331721&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml Mon Nov  7 23:34:52 
2005
@@ -158,6 +158,7 @@
       <pathelement location="${servlet.jar}"/>
       <pathelement location="${struts.jar}"/>
       <pathelement location="${antlr.jar}"/>
+      <pathelement location="${xerces.jar}"/>
 
       <!-- cactus lib jars -->
       <path refid="cactus.lib.classpath"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to