jon         00/11/25 10:43:30

  Modified:    build    build-velocity.xml
  Log:
  default to jar instead of prepare
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build-velocity.xml        2000/11/23 16:25:10     1.17
  +++ build-velocity.xml        2000/11/25 18:43:29     1.18
  @@ -2,7 +2,7 @@
   
   <!-- Build file for Velocity -->
   
  -<project name="Velocity" default="prepare" basedir=".">
  +<project name="Velocity" default="jar" basedir=".">
   
       <property name="Name" value="Velocity"/>
       <property name="version" value="0.7"/>
  
  
  

Reply via email to