vgritsenko 2004/01/08 19:44:06
Modified: . build.xml Log: environment variables take precedence over properties (need tomcat_home) Revision Changes Path 1.69 +2 -2 xml-xindice/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xindice/build.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- build.xml 31 Dec 2003 01:25:54 -0000 1.68 +++ build.xml 9 Jan 2004 03:44:06 -0000 1.69 @@ -30,9 +30,9 @@ - Give the chance to overwrite the definitions by setting the - build.properties file. --> + <property environment="ENVIRONMENT"/> <property file="local.build.properties"/> <property file="build.properties"/> - <property environment="ENVIRONMENT"/> <!-- =================================================================== --> <!-- Build definitions -->