sgala 01/11/28 07:04:53
Modified: build/torque build.xml
Removed: build/torque/lib velocity-1.2-dev.jar
Log:
Removed velocity jar (now our lib is identical). Changed turbine and velocity to
match in build.xml. We should use a less fragile method for path specification here.
Revision Changes Path
1.2 +3 -3 jakarta-jetspeed/build/torque/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/build/torque/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/11/12 03:33:38 1.1
+++ build.xml 2001/11/28 15:04:53 1.2
@@ -10,10 +10,10 @@
-->
<path id="classpath">
- <pathelement location="../../lib/turbine-2.2-dev-20010912.jar"/>
- <pathelement location="./lib/velocity-1.2-dev.jar"/>
+ <pathelement location="../../lib/turbine-2.2b1-20011124.jar"/>
+ <pathelement location="../../lib/velocity-1.2-dev.jar"/>
<pathelement location="../../lib/village-1.5.3.jar"/>
- <pathelement location="../../lib/xerces-1.3.1.jar"/>
+ <pathelement location="../../lib/xerces_1_3_1.jar"/>
</path>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>