dlr         02/02/04 20:41:01

  Modified:    build    build.xml
  Log:
  These days, most people seem to be using ${user.home}/build.properties
  as the user's default properties.
  
  Revision  Changes    Path
  1.56      +1 -0      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -u -r1.55 -r1.56
  --- build.xml 21 Jan 2002 08:14:04 -0000      1.55
  +++ build.xml 5 Feb 2002 04:41:01 -0000       1.56
  @@ -7,6 +7,7 @@
     <!-- 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="${user.home}/build.properties" />
     <property file=".ant.properties" />
   
     <property name="Name" value="Velocity"/>
  
  
  

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

Reply via email to