donaldp 01/08/29 09:11:25
Modified: proposal/myrmidon build.xml
Log:
Made sure i18n files are included in jar.
Revision Changes Path
1.20 +6 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2001/08/28 14:55:23 1.19
+++ build.xml 2001/08/29 16:11:25 1.20
@@ -93,6 +93,12 @@
<src path="${build.src}" />
</javac>
+ <copy todir="${build.classes}">
+ <fileset dir="${java.dir}">
+ <include name="**/*.properties"/>
+ </fileset>
+ </copy>
+
</target>
<!-- Creates the jars file -->