You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2001/09/21 19:45:15 UTC

cvs commit: jakarta-turbine-fulcrum build.xml

dlr         01/09/21 10:45:15

  Modified:    .        build.xml
  Log:
  User specified per-project properties should override user defaults.
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-turbine-fulcrum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -u -r1.24 -r1.25
  --- build.xml	2001/09/20 05:17:56	1.24
  +++ build.xml	2001/09/21 17:45:15	1.25
  @@ -2,10 +2,10 @@
   
   <project name="Fulcrum" default="jar" basedir=".">
   
  -  <!-- 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" />
  +  <!-- Allow any user specific values to override the defaults -->
  +  <property file="${user.home}/build.properties" />
     <!-- Set default values for the build -->
     <property file="default.properties" />
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org