vmassol 2003/08/29 05:01:46 Modified: . gump.xml Log: Use version 1.0.x of the jakarta taglibs (standard and jstl) for the Sample Servlet 1.3 project as the CVS HEAD version of them require Servlet API 2.4/JSP 2.0. Revision Changes Path 1.119 +6 -4 jakarta-cactus/gump.xml Index: gump.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/gump.xml,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- gump.xml 14 Jul 2003 10:43:27 -0000 1.118 +++ gump.xml 29 Aug 2003 12:01:46 -0000 1.119 @@ -456,10 +456,12 @@ <depend property="httpunit.jar" project="httpunit"/> <depend property="aspectjrt.jar" project="aspectj" id="aspectjrt"/> <depend property="junit.jar" project="junit"/> - <depend property="jstl.jar" project="jakarta-taglibs-standard" - id="jstl"/> - <depend property="standard.jar" project="jakarta-taglibs-standard" - id="standard"/> + + <!-- Note: We cannot use the jstl and standard jars from CVS HEAD as + they require Servlet API 2.4 and JSP API 2.0 --> + <depend property="jstl.jar" project="jstl-jsp-12" id="jstl"/> + <depend property="standard.jar" project="jstl-jsp-12" id="standard"/> + <depend property="nekohtml.jar" project="nekohtml" id="nekohtml"/> <depend property="cactus.jar" project="jakarta-cactus-framework-13"/> <depend property="cactus.ant.jar"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]