donaldp 02/02/09 14:50:51
Modified: proposal/myrmidon build.xml
Log:
No need to exclude ide package anymore as it no longer exists. And copy
across all files that aren't .java files post-build.
Revision Changes Path
1.53 +1 -6 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- build.xml 8 Feb 2002 21:30:24 -0000 1.52
+++ build.xml 9 Feb 2002 22:50:51 -0000 1.53
@@ -214,11 +214,6 @@
<src path="${java.dir}" />
<include name="**/*.java"/>
- <!-- the idea classes are too tightly coupled to ant1 and
- will need a complete rewrite so we will exclude them for
- the moment -->
- <exclude name="${optional.package}/ide/*.java" />
-
<exclude name="${regexp.package}/JakartaRegexp*.java"
unless="jakarta.regexp.present" />
<exclude name="${regexp.package}/JakartaOro*.java"
@@ -290,7 +285,7 @@
<copy todir="${build.classes}">
<fileset dir="${java.dir}">
- <include name="**/*.properties"/>
+ <exclude name="**/*.java"/>
</fileset>
</copy>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>