mpoeschl 01/08/18 08:49:53
Modified: . build.xml
Log:
copy docs from the right places
Revision Changes Path
1.4 +7 -1 jakarta-turbine-tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2001/08/16 22:13:49 1.3
+++ build.xml 2001/08/18 15:49:53 1.4
@@ -23,6 +23,8 @@
<property name="turbine.sql" value="${turbine.home}/src/sql"/>
<property name="turbine.conf" value="${turbine.home}/conf"/>
+ <property name="turbine-site.docs" value="${turbine-site.home}/docs"/>
+
<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"/>
@@ -296,8 +298,12 @@
<fileset dir="${servletapi.docs}"/>
</copy>
+ <copy todir="${tdk.site}/turbine-docs/apidocs">
+ <fileset dir="${turbine.docs}/apidocs"/>
+ </copy>
+
<copy todir="${tdk.site}/turbine-docs">
- <fileset dir="${turbine.docs}"/>
+ <fileset dir="${turbine-site.docs}"/>
</copy>
<copy todir="${tdk.site}/velocity-docs">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]