jvanzyl 01/09/22 13:11:44
Modified: src/tdk/apps/2 build.xml
Log:
- fixing loading of properties file.
Revision Changes Path
1.19 +12 -1 jakarta-turbine-tdk/src/tdk/apps/2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 2001/09/22 18:14:58 1.18
+++ build.xml 2001/09/22 20:11:44 1.19
@@ -3,7 +3,7 @@
<project name="peer" default="compile" basedir=".">
<property file="${user.home}/build.properties"/>
- <property file="${build.properties}"/>
+ <property file="build.properties"/>
<!-- This value is currently set as a property because
the top level tdk build.xml file runs the "init" target
@@ -22,6 +22,17 @@
</fileset>
<pathelement path="${build.dest}"/>
</path>
+
+ <target name="cvslayout-war">
+ <echo message="${build.webappRoot}"/>
+ <copy todir="${build.webappRoot}">
+ <fileset dir=".">
+ <include name="images/**"/>
+ <include name="resources/**"/>
+ <include name="templates/**"/>
+ </fileset>
+ </copy>
+ </target>
<!-- ================================================================ -->
<!-- S E T U P T A R G E T -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]