Browse Source

Only compile Java source files until the behaviour of Javac is updated

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

+ 1
- 0
build.xml View File

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


Loading…
Cancel
Save