jvanzyl     02/02/23 06:46:24

  Modified:    src/templates/build build.xml
  Log:
  - fixing <ant> attributes. 'antfile' not 'buildfile' a little inconsistent
    if you ask me.
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-turbine-maven/src/templates/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 23 Feb 2002 07:18:02 -0000      1.10
  +++ build.xml 23 Feb 2002 14:46:24 -0000      1.11
  @@ -433,7 +433,7 @@
     <target
       name="test">
       
  -    <ant buildfile="build-test.xml"/>
  +    <ant antfile="build-test.xml"/>
     </target>
   
   </project>
  
  
  

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

Reply via email to