load environment properties after build.properties files to allow local override...
authormaxcooper <maxcooper>
Mon, 5 May 2003 11:44:24 +0000 (11:44 +0000)
committermaxcooper <maxcooper>
Mon, 5 May 2003 11:44:24 +0000 (11:44 +0000)
properties.xml

index 2ede36f..1a08769 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-$Id: properties.xml,v 1.1 2003/05/05 11:42:53 maxcooper Exp $
-$Revision: 1.1 $
-$Date: 2003/05/05 11:42:53 $
+$Id: properties.xml,v 1.2 2003/05/05 11:44:24 maxcooper Exp $
+$Revision: 1.2 $
+$Date: 2003/05/05 11:44:24 $
 -->
 
 <!--
@@ -10,15 +10,15 @@ $Date: 2003/05/05 11:42:53 $
    This file is XML-included by Ant build files to get common properties.
 -->
 
-<!-- ========== Import Environment Properties ====================================================================== -->
-
-<property environment="env"/>
-
 <!-- ========== Local/User Properties ============================================================================== -->
 
 <property file="build.properties"/>
 <property file="${user.home}/.build.properties"/>
 
+<!-- ========== Import Environment Properties ====================================================================== -->
+
+<property environment="env"/>
+
 <!-- ========== Default Library Properties ========================================================================= -->
 
 <property name="lib.dir" location="lib"/>