hgomez 2002/09/19 04:18:30 Modified: jk build.xml Log: Update xml apis path refid Revision Changes Path 1.53 +1 -0 jakarta-tomcat-connectors/jk/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- build.xml 19 Sep 2002 08:19:01 -0000 1.52 +++ build.xml 19 Sep 2002 11:18:30 -0000 1.53 @@ -111,6 +111,7 @@ <!-- Fix build via ECLIPSE which didn't export ant's jars --> <path id="xml-apis.classpath"> <pathelement path="${jaxp.home}/jaxp.jar"/> + <pathelement path="${jaxp.home}/crimson.jar"/> <pathelement path="${xerces2.home}/xmlParserAPIs.jar"/> <pathelement path="${xml-parser-apis.jar}"/> </path>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>