craigmcc    01/04/28 15:43:49

  Modified:    beanutils build.xml
  Log:
  Conform to majority convention on the name of the Ant properties file in the
  user's home directory.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2001/04/17 00:50:28     1.8
  +++ build.xml 2001/04/28 22:43:49     1.9
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.8 2001/04/17 00:50:28 craigmcc Exp $
  +        $Id: build.xml,v 1.9 2001/04/28 22:43:49 craigmcc Exp $
   -->
   
   
  @@ -12,7 +12,7 @@
   
     <property file="build.properties"/>                <!-- Component local   -->
     <property file="../build.properties"/>             <!-- Commons local     -->
  -  <property file="${user.home}/.build.properties"/>  <!-- User local        -->
  +  <property file="${user.home}/build.properties"/>   <!-- User local        -->
   
   
   <!-- ========== External Dependencies ===================================== -->
  
  
  

Reply via email to