You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/08/03 10:37:26 UTC

cvs commit: jakarta-ant build.xml

bodewig     00/08/03 01:37:26

  Modified:    .        build.xml
  Log:
  Fixed JDK 1.1 compilation issue.
  
  Revision  Changes    Path
  1.53      +1 -0      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml	2000/08/01 09:18:38	1.52
  +++ build.xml	2000/08/03 08:37:25	1.53
  @@ -81,6 +81,7 @@
         <exclude name="**/WLRun.java" unless="ejb.wls.present" />
         <exclude name="**/WLStop.java" unless="ejb.wls.present" />
         <exclude name="**/EjbJar.java" unless="jdk1.2+" />
  +      <exclude name="**/*DeploymentTool.java" unless="jdk1.2+" />
         <exclude name="**/junit/*" unless="junit.present" />
       </javac>