jvanzyl 01/09/15 07:47:04
Modified: . build-turbine2.xml build-turbine3.xml
Log:
- templates for flux are back again as part of the application template.
i munged the copy while cleaning things up.
Revision Changes Path
1.2 +11 -2 jakarta-turbine-tdk/build-turbine2.xml
Index: build-turbine2.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build-turbine2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-turbine2.xml 2001/09/12 18:44:18 1.1
+++ build-turbine2.xml 2001/09/15 14:47:04 1.2
@@ -8,7 +8,12 @@
<target name="main">
<echo>
- Assembling Turbine 2.x System
+ +----------------------------------------------------------------+
+ | Assembling Turbine 2.x System |
+ +----------------------------------------------------------------+
+ | Creating the application template and the ancillary data |
+ | required to generate a Turbine 2.x sample application. |
+ +----------------------------------------------------------------+
</echo>
<property name="share.dir" value="${app2.template}"/>
@@ -37,5 +42,9 @@
<copy todir="${tdk.dist}/${share.dir}/src/conf">
<fileset dir="${flux.home}/conf"/>
</copy>
- </target>
+
+ <copy todir="${tdk.dist}/${share.dir}/templates/flux">
+ <fileset dir="${flux.home}/src/templates"/>
+ </copy>
+</target>
</project>
1.2 +10 -1 jakarta-turbine-tdk/build-turbine3.xml
Index: build-turbine3.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build-turbine3.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-turbine3.xml 2001/09/12 18:44:18 1.1
+++ build-turbine3.xml 2001/09/15 14:47:04 1.2
@@ -8,7 +8,12 @@
<target name="main">
<echo>
- Assembling Turbine 3.x System
+ +----------------------------------------------------------------+
+ | Assembling Turbine 3.x System |
+ +----------------------------------------------------------------+
+ | Creating the application template and the ancillary data |
+ | required to generate a Turbine 3.x sample application. |
+ +----------------------------------------------------------------+
</echo>
<property name="share.dir" value="${app3.template}"/>
@@ -41,6 +46,10 @@
<copy todir="${tdk.dist}/${share.dir}/src/conf">
<fileset dir="${flux.home}/conf"/>
+ </copy>
+
+ <copy todir="${tdk.dist}/${share.dir}/templates/flux">
+ <fileset dir="${flux.home}/src/templates"/>
</copy>
</target>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]