You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@locus.apache.org on 2000/06/29 17:28:00 UTC

cvs commit: jakarta-ant build.xml

conor       00/06/29 08:27:58

  Modified:    .        build.xml
  Log:
  Only compile Java source files until the behaviour of Javac is updated
  
  Revision  Changes    Path
  1.26      +1 -0      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml	2000/06/27 10:42:20	1.25
  +++ build.xml	2000/06/29 15:27:56	1.26
  @@ -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" />