jon 01/08/12 14:17:55
Modified: src/conf build.xml
Log:
we don't want to entirely override the lib directory because the
torque.jar is located in torque.zip/lib...we just want to override the
location for the rest of the .jar files...
-jon
Revision Changes Path
1.3 +3 -0 jakarta-turbine-torque/src/conf/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/08/11 01:00:51 1.2
+++ build.xml 2001/08/12 21:17:55 1.3
@@ -10,6 +10,9 @@
<fileset dir="${lib.dir}">
<include name="**/*.jar"/>
</fileset>
+ <fileset dir="lib">
+ <include name="torque*.jar"/>
+ </fileset>
</path>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]