jruaux 2003/01/17 03:54:59
Modified: Eclipse-Plugin build.xml
Log:
Added resources (.properties files) to the compile task
Revision Changes Path
1.9 +7 -1 jakarta-cactus/Eclipse-Plugin/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 15 Jan 2003 17:01:17 -0000 1.8
+++ build.xml 17 Jan 2003 11:54:59 -0000 1.9
@@ -165,7 +165,13 @@
<pathelement location="${eclipse.ui.workbench.jar}"/>
</classpath>
</javac>
-
+
+ <copy todir="${target.classes.dir}">
+ <fileset dir="${src.java.dir}">
+ <exclude name="**/*.java"/>
+ </fileset>
+ </copy>
+
</target>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>