donaldp     01/08/29 09:13:33

  Modified:    proposal/myrmidon/src/make primitive-tests.ant
  Log:
  Made it work for those who are not me.
  
  Revision  Changes    Path
  1.4       +2 -0      
jakarta-ant/proposal/myrmidon/src/make/primitive-tests.ant
  
  Index: primitive-tests.ant
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/make/primitive-tests.ant,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- primitive-tests.ant       2001/07/08 07:29:23     1.3
  +++ primitive-tests.ant       2001/08/29 16:13:33     1.4
  @@ -23,11 +23,13 @@
     <target name="main" depends="test-target" />
   
     <target name="file-manip">
  +    <!--
       <file-manip-test base-directory=".">
         <source>
           <include value="**/*.java" />       
         </source>
       </file-manip-test>
  +    -->
     </target>
   
     <target name="undefined-task">
  
  
  

Reply via email to