donaldp     01/09/12 18:57:42

  Modified:    .        build.xml
  Log:
  Remove name attribute from project.
  
  Revision  Changes    Path
  1.183     +1 -1      jakarta-ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/build.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- build.xml 2001/09/12 16:43:26     1.182
  +++ build.xml 2001/09/13 01:57:42     1.183
  @@ -5,7 +5,7 @@
       Ant own build file                                                      
     ======================================================================= 
   -->
  -<project name="Ant" default="main" basedir=".">
  +<project default="main" basedir=".">
   
     <!-- Give user a chance to override without editing this file 
          (and without typing -D each time it compiles it) -->
  
  
  

Reply via email to