craigmcc    01/04/28 15:44:26

  Modified:    threading build.xml
  Log:
  Conform to the majority convention for the name of the Ant properties file in
  the user home directory.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/threading/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/threading/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/04/15 00:50:57     1.1
  +++ build.xml 2001/04/28 22:44:26     1.2
  @@ -3,7 +3,7 @@
   
   <!--
           "Threading Goodies" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.1 2001/04/15 00:50:57 craigmcc Exp $
  +        $Id: build.xml,v 1.2 2001/04/28 22:44:26 craigmcc Exp $
   -->
   
   
  @@ -12,7 +12,7 @@
   
     <property file="build/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