You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/27 17:32:57 UTC

cvs commit: jakarta-turbine-2/conf build.xml

jvanzyl     01/09/27 08:32:57

  Modified:    conf     build.xml
  Log:
  - use standard build.properties instead of .ant.properties
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-2/conf/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2001/09/27 04:48:27	1.2
  +++ build.xml	2001/09/27 15:32:57	1.3
  @@ -6,8 +6,8 @@
   
     <!-- 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 file="${user.home}/build.properties" />
  +  <property file="build.properties" />
   
     <property name="master.home" value="./master"/>
     <property name="conf.home" value="."/>
  
  
  

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