mbenson 2005/05/23 13:39:01
Modified: . build.xml
Log:
Oops, must build in the contents of src/resources
Revision Changes Path
1.473 +2 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -r1.472 -r1.473
--- build.xml 20 May 2005 22:15:19 -0000 1.472
+++ build.xml 23 May 2005 20:39:00 -0000 1.473
@@ -75,6 +75,7 @@
<property name="tests.dir" value="src/testcases"/>
<property name="tests.etc.dir" value="src/etc/testcases"/>
<property name="manifest" value="src/etc/manifest"/>
+ <property name="resource.dir" value="${src.dir}/resources"/>
<!--
===================================================================
@@ -715,6 +716,7 @@
<include name="**/*.properties"/>
<include name="**/*.dtd"/>
</fileset>
+ <fileset dir="${resource.dir}" />
</copy>
<copy todir="${build.classes}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]