bodewig     2003/09/23 06:14:41

  Modified:    .        build.xml
  Log:
  AssertionsTest needs a javac that supports assert
  
  Revision  Changes    Path
  1.394     +1 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.393
  retrieving revision 1.394
  diff -u -r1.393 -r1.394
  --- build.xml 22 Sep 2003 15:05:21 -0000      1.393
  +++ build.xml 23 Sep 2003 13:14:41 -0000      1.394
  @@ -144,6 +144,7 @@
     <selector id="needs.jdk1.4+">
       <or>
         <filename name="${regexp.package}/Jdk14Regexp*"/>
  +      <filename name="${ant.package}/types/AssertionsTest.java"/>
       </or>
     </selector>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to