You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2004/07/05 22:35:40 UTC

cvs commit: jakarta-commons/modeler build.xml

craigmcc    2004/07/05 13:35:40

  Modified:    modeler  build.xml
  Log:
  Make order of property initialization consistent with other projects.
  
  Revision  Changes    Path
  1.22      +3 -3      jakarta-commons/modeler/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/modeler/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	19 Aug 2003 00:09:57 -0000	1.21
  +++ build.xml	5 Jul 2004 20:35:40 -0000	1.22
  @@ -10,10 +10,10 @@
   <!-- ========== Initialize Properties ===================================== -->
   
   
  -  <property file="${user.home}/build.properties"/>   <!-- User local        -->
     <property file="build.properties"/>                <!-- Component local   -->
  -  <property file="build.properties.default"/>        <!-- Defaults   -->
     <property file="../build.properties"/>             <!-- Commons local     -->
  +  <property file="${user.home}/build.properties"/>   <!-- User local        -->
  +  <property file="build.properties.default"/>        <!-- Defaults          -->
   
   
   <!-- ========== External Dependencies ===================================== -->
  
  
  

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