kimptoc 02/03/01 14:05:22 Modified: build/torque build.xml Added: build/torque/lib torque-3.0-dev.jar lib commons-collections.jar stratum-0.1-dev.jar turbine-2.2b1-20020301.jar velocity-1.3-dev.jar Removed: build/torque/lib torque.jar lib turbine-2.2b1-20020201.jar velocity-1.2-dev.jar Log: updated the turbine jar to the current version from cvs - adds support for overriding localisation files Revision Changes Path 1.6 +5 -3 jakarta-jetspeed/build/torque/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 2 Feb 2002 05:01:02 -0000 1.5 +++ build.xml 1 Mar 2002 22:05:21 -0000 1.6 @@ -10,9 +10,11 @@ --> <path id="classpath"> - <pathelement location="./lib/torque.jar"/> - <pathelement location="../../lib/turbine-2.2b1-20020201.jar"/> - <pathelement location="../../lib/velocity-1.2-dev.jar"/> + <pathelement location="./lib/torque-3.0-dev.jar"/> + <pathelement location="../../lib/commons-collections.jar"/> + <pathelement location="../../lib/turbine-2.2b1-20020301.jar"/> + <pathelement location="../../lib/log4j-1.1.jar"/> + <pathelement location="../../lib/velocity-1.3-dev.jar"/> <pathelement location="../../lib/village-1.5.3-dev.jar"/> <pathelement location="../../lib/xerces_1_3_1.jar"/> </path> 1.1 jakarta-jetspeed/build/torque/lib/torque-3.0-dev.jar <<Binary file>> 1.1 jakarta-jetspeed/lib/commons-collections.jar <<Binary file>> 1.1 jakarta-jetspeed/lib/stratum-0.1-dev.jar <<Binary file>> 1.1 jakarta-jetspeed/lib/turbine-2.2b1-20020301.jar <<Binary file>> 1.1 jakarta-jetspeed/lib/velocity-1.3-dev.jar <<Binary file>>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>