jon         01/03/19 16:09:45

  Modified:    build    build.xml
  Log:
  no more boo's from dlr
  
  Revision  Changes    Path
  1.11      +5 -0      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/03/20 00:03:22     1.10
  +++ build.xml 2001/03/20 00:09:43     1.11
  @@ -4,6 +4,11 @@
   
   <project name="Velocity" default="jar" basedir=".">
   
  +  <!-- Give user a chance to override without editing this file
  +       (and without typing -D each time it compiles it -->
  +  <property file="${user.home}/.ant.properties" />
  +  <property file=".ant.properties" />
  +
     <property name="Name" value="Velocity"/>
     <property name="version" value="0.94"/>
     <property name="project" value="velocity"/>
  
  
  

Reply via email to