Browse Source

No need to exclude ide package anymore as it no longer exists. And copy across all files that aren't .java files post-build.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271251 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
377843f5f1
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      proposal/myrmidon/build.xml

+ 1
- 6
proposal/myrmidon/build.xml View File

@@ -214,11 +214,6 @@ Legal:
<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 @@ Legal:

<copy todir="${build.classes}">
<fileset dir="${java.dir}">
<include name="**/*.properties"/>
<exclude name="**/*.java"/>
</fileset>
</copy>



Loading…
Cancel
Save