cmlenz      01/10/07 10:29:15

  Modified:    .        build.xml
  Log:
  Most Jakarta projects seem to use the file name {user.home}/build.properties instead 
of {user.home}/.build.properties, so we should do the same
  
  Revision  Changes    Path
  1.128     +1 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- build.xml 2001/10/03 22:20:11     1.127
  +++ build.xml 2001/10/07 17:29:15     1.128
  @@ -5,7 +5,7 @@
     <!-- Load build.properties                                               -->
     <!-- =================================================================== -->
     <property file="build.properties"/>
  -  <property file="${user.home}/.build.properties"/>
  +  <property file="${user.home}/build.properties"/>
   
   
     <!-- =================================================================== -->
  
  
  


Reply via email to