jvanzyl 01/08/31 11:38:57
Modified: . build.properties build.xml
Log:
- we need to retrieve some schemas from different locations now.
the security service and scheduler services schemas are now in
fulcrum and the id-table schema is now in torque.
Revision Changes Path
1.9 +1 -0 jakarta-turbine-tdk/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.properties 2001/08/29 04:29:31 1.8
+++ build.properties 2001/08/31 18:38:57 1.9
@@ -10,6 +10,7 @@
#turbine.home = ../jakarta-turbine-2
turbine.home = ../jakarta-turbine-3
torque.home = ../jakarta-turbine-torque
+fulcrum.home = ../jakarta-turbine-fulcrum
ant.src.home = ../jakarta-ant
hypersonic.home = ../hypersonic
velocity.home = ../jakarta-velocity
1.9 +23 -3 jakarta-turbine-tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 2001/08/31 18:24:56 1.8
+++ build.xml 2001/08/31 18:38:57 1.9
@@ -161,9 +161,6 @@
<copy file="${junit.jar}" todir="${tdk.dist.lib}"/>
<copy file="${log4j.jar}" todir="${tdk.dist.lib}"/>
<copy file="${regexp.jar}" todir="${tdk.dist.lib}"/>
- <!-- use the containers servlet jar
- <copy file="${servlet.jar}" todir="${tdk.dist.lib}"/>
- -->
<copy file="${tidy.jar}" todir="${tdk.dist.lib}"/>
<copy file="${torque.jar}" todir="${tdk.dist.lib}"/>
<copy file="${turbine.jar}" todir="${tdk.dist.lib}"/>
@@ -180,6 +177,29 @@
<copy todir="${tdk.dist}/share/conf">
<fileset dir="${turbine.conf}"/>
</copy>
+
+ <!-- We need the following:
+
+ 1. Security Service Schema
+ 2. Scheduler Service Schema
+ 3. Id Table Schema
+
+ -->
+
+ <copy
+ todir="${tdk.dist}/share/conf"
+ file="${fulcrum.home}/turbine-schema.xml"
+ />
+
+ <copy
+ todir="${tdk.dist}/share/conf"
+ file="${fulcrum.home}/scheduler-schema.xml"
+ />
+
+ <copy
+ todir="${tdk.dist}/share/conf"
+ file="${torque.home}/src/schema/id-table-schema.xml"
+ />
<!-- We're just trying to make the TDK work as it did with
Torque living in its new home. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]