Browse Source

Remove include filter on Java files. This was originally included to

ensure no support files were copied by the javac task. This deprecated
behaviour has now been removed.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267820 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 25 years ago
parent
commit
2ae9b05a8b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      build.xml

+ 0
- 1
build.xml View File

@@ -69,7 +69,6 @@
debug="on"
deprecation="off"
optimize="on" >
<include name="**/*.java"/>
<exclude name="**/version.txt" />
<exclude name="**/Script.java" unless="bsf.present" />
<exclude name="**/NetRexxC.java" unless="netrexx.present" />


Loading…
Cancel
Save