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

cvs commit: jakarta-turbine-fulcrum build-om.xml

jon         01/09/20 03:19:15

  Modified:    .        build-om.xml
  Log:
  find the correct path to the properties file
  
  Revision  Changes    Path
  1.5       +3 -2      jakarta-turbine-fulcrum/build-om.xml
  
  Index: build-om.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build-om.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-om.xml	2001/08/20 15:53:05	1.4
  +++ build-om.xml	2001/09/20 10:19:15	1.5
  @@ -2,9 +2,10 @@
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  -
  -  <!-- Set default values for the build -->
  +  <!-- Allow user defaults for this project -->
     <property file="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