You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2001/10/19 18:49:04 UTC

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

mpoeschl    01/10/19 09:49:04

  Modified:    build    build.xml
  Log:
  turbine-2 should use ${user.home}/build.properties like all other turbine projects
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-turbine-2/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/build/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2001/08/28 21:18:25	1.4
  +++ build.xml	2001/10/19 16:49:04	1.5
  @@ -6,7 +6,7 @@
   
       <!-- Give user a chance to override without editing this file
            (and without typing -D each time they invoke a target) -->
  -    <property file="${user.home}/.ant.properties" />
  +    <property file="${user.home}/build.properties" />
       <property file=".ant.properties" />
   
       <!-- Set default values for the build -->
  
  
  

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