You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/11/08 08:35:01 UTC

svn commit: r331721 - /struts/core/branches/STRUTS_1_2_BRANCH/build-tests.xml

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org