jvanzyl 01/07/17 20:18:54
Modified: build build.properties build.xml
Log:
- torque has moved
Revision Changes Path
1.8 +1 -0 jakarta-turbine-tdk/build/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build/build.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.properties 2001/07/14 17:14:22 1.7
+++ build.properties 2001/07/18 03:18:54 1.8
@@ -8,6 +8,7 @@
#turbine.home = ../../jakarta-turbine-2.1
turbine.home = ../../jakarta-turbine
+torque.home = ../../jakarta-turbine-torque
ant.src.home = ../../jakarta-ant
hypersonic.home = ../../hypersonic
velocity.home = ../../jakarta-velocity
1.15 +18 -3 jakarta-turbine-tdk/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 2001/07/13 21:10:25 1.14
+++ build.xml 2001/07/18 03:18:54 1.15
@@ -25,6 +25,10 @@
<property name="turbine.sql" value="${turbine.home}/src/sql"/>
<property name="turbine.conf" value="${turbine.home}/conf"/>
+ <property name="torque.templates" value="${torque.home}/src/templates"/>
+ <property name="torque.conf" value="${torque.home}/src/conf"/>
+ <property name="torque.bin" value="${torque.home}/bin"/>
+
<property name="velocity.docs" value="${velocity.home}/docs"/>
<property name="flux.src" value="${flux.home}/src"/>
@@ -150,9 +154,14 @@
<!-- =================================================================== -->
<copy todir="${tdk.dist}/share/conf">
- <fileset dir="${turbine.conf}">
- <exclude name="**/torque/config"/>
- </fileset>
+ <fileset dir="${turbine.conf}"/>
+ </copy>
+
+ <!-- We're just trying to make the TDK work as it did with
+ Torque living in its new home. -->
+
+ <copy todir="${tdk.dist}/share/conf/torque/templates">
+ <fileset dir="${torque.templates}"/>
</copy>
<!-- =================================================================== -->
@@ -174,6 +183,12 @@
<fileset dir="${turbine.lib}">
<exclude name="castor*.jar"/>
<exclude name="servlet*.jar"/>
+ </fileset>
+ </copy>
+
+ <copy todir="${tdk.dist.lib}">
+ <fileset dir="${torque.bin}">
+ <include name="*.jar"/>
</fileset>
</copy>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]