pier 2003/02/26 08:28:31
Modified: . build.xml
Log:
Moving up to the top the task reading the cocoon.properties file
seems to be fixing the "${name}-${version}" not being expanded...
Revision Changes Path
1.337 +4 -3 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- build.xml 26 Feb 2003 15:46:44 -0000 1.336
+++ build.xml 26 Feb 2003 16:28:31 -0000 1.337
@@ -23,6 +23,9 @@
<!-- Set the timestamps -->
<tstamp/>
+ <!-- Get the (constant) cocoon properties -->
+ <property file="src/java/org/apache/cocoon/cocoon.properties"/>
+
<!-- Detecting the current jvm -->
<condition property="target.vm" value="1.4">
<equals arg1="1.4" arg2="${ant.java.version}"/>
@@ -41,8 +44,6 @@
<property file="${user.home}/cocoon.build.properties"/>
<property file="local.build.properties"/>
- <!-- Get the (constant) cocoon properties -->
- <property file="src/java/org/apache/cocoon/cocoon.properties"/>
<!-- Get the build properties from an external file -->
<property file="build.properties"/>