prickett 02/03/23 21:48:11
Modified: periodicity build.xml
Log:
Added code to the war tasks to copy the velocity templates to the correct
places in the war file.
Revision Changes Path
1.17 +8 -0 jakarta-commons-sandbox/periodicity/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- build.xml 24 Mar 2002 04:54:56 -0000 1.16
+++ build.xml 24 Mar 2002 05:48:10 -0000 1.17
@@ -134,6 +134,14 @@
todir="${build.war}/WEB-INF/conf"/>
<copy file="./conf/tomcat/web.xml"
todir="${build.war}/WEB-INF"/>
+ <copy file="${tdk.home}/Default.vm"
+ todir="${build.war}/WEB-INF/templates/layouts"/>
+ <copy file="${tdk.home}/DefaultBottom.vm"
+ todir="${build.war}/WEB-INF/templates/navigations"/>
+ <copy file="${tdk.home}/DefaultTop.vm"
+ todir="${build.war}/WEB-INF/templates/navigations"/>
+ <copy file="${tdk.home}/Index.vm"
+ todir="${build.war}/WEB-INF/templates/screens"/>
<copy todir="${build.war}/${javadoc.dir}">
<fileset dir="${javadoc.dir}"/>
</copy>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>