dlr         01/09/21 11:07:22

  Modified:    .        build.xml
  Log:
  Rolling back change.  Jason would like ~/build.properties to override
  everything "because it's used for global values used everywhere."
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- build.xml 2001/09/21 17:45:44     1.9
  +++ build.xml 2001/09/21 18:07:22     1.10
  @@ -7,10 +7,10 @@
     <!-- Give user a chance to override without editing this file
          (and without typing -D each time they invoke a target) -->
   
  -  <!-- Allow user defaults for this project -->
  -  <property file="build.properties" />
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  +  <!-- Allow user defaults for this project -->
  +  <property file="build.properties" />
     <!-- Set default values for the build -->
     <property file="default.properties" />
   
  
  
  

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

Reply via email to