knguyen 2004/10/28 16:59:23 CEST
Modified files: (Branch: JAHIA-4-0-BRANCH)
. build.xml
Log:
- include ant build properties file before all other properties
Revision Changes Path
1.59.4.4 +3 -2 jahia/build.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/build.xml.diff?r1=1.59.4.3&r2=1.59.4.4&f=h
Index: build.xml
===================================================================
RCS file: /home/cvs/repository/jahia/Attic/build.xml,v
retrieving revision 1.59.4.3
retrieving revision 1.59.4.4
diff -u -r1.59.4.3 -r1.59.4.4
--- build.xml 27 Oct 2004 17:48:15 -0000 1.59.4.3
+++ build.xml 28 Oct 2004 14:59:22 -0000 1.59.4.4
@@ -16,11 +16,12 @@
<!-- first check if ${ant.build.properties.file} is present -->
<target name="init"
depends="set-build-properties-file-location,init-check-build-properties-file,check-build-properties-file">
+ <!-- read properties from ${ant.build.properties.file} -->
+ <property file="${ant.build.properties.file}"/>
+
<property name="AppName" value="jahia"/>
<property name="PkgName" value="jahia"/>
<property name="version" value="4.0"/>
- <!-- read properties from ${ant.build.properties.file} -->
- <property file="${ant.build.properties.file}"/>
<!-- disabled, must be defined in seperate properties file
<property name="deploy.webappsroot" value="${deploy}/tomcat/webapps"/>