costin 01/05/06 08:23:13 Modified: . build.xml Log: Quick fix for the build failure. Revision Changes Path 1.126 +3 -0 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- build.xml 2001/03/23 21:53:59 1.125 +++ build.xml 2001/05/06 15:23:12 1.126 @@ -113,10 +113,13 @@ <fileset dir="${ant.bin}"/> </copy> + <!-- <copy tofile="${tomcat.build}/lib/container/jaxp.jar" file="${ant.lib}/jaxp.jar"/> <copy tofile="${tomcat.build}/lib/container/parser.jar" file="${ant.lib}/parser.jar"/> + --> + <copy tofile="${tomcat.build}/lib/container/jaxp.jar" file="${jaxp.home}/jaxp.jar"/> <copy tofile="${tomcat.build}/lib/container/parser.jar"
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml larryi
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml hgomez
- cvs commit: jakarta-tomcat build.xml melaquias
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml larryi
- cvs commit: jakarta-tomcat build.xml hgomez
- cvs commit: jakarta-tomcat build.xml larryi
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml costin
- cvs commit: jakarta-tomcat build.xml nacho
- cvs commit: jakarta-tomcat build.xml mmanders
- RE: cvs commit: jakarta-tomcat build.xml Ignacio J. Ortega