aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml3
-rw-r--r--conf/config.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9ec5a6597..b0797b356 100644
--- a/build.xml
+++ b/build.xml
@@ -160,6 +160,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<property name="Name" value="Fop"/>
<property name="name" value="fop"/>
<property name="version" value="0.18.0-DEV"/>
+ <filter token="version" value="${version}"/>
<property name="year" value="1999-2001"/>
<echo message="------------------- ${Name} ${version} [${year}] ----------------"/>
@@ -323,7 +324,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<mkdir dir="${build.src}/${fonts.dir}"/>
<mkdir dir="${build.dest}/conf"/>
<mkdir dir="${build.dest}/hyph"/>
- <copy todir="${build.dest}/conf">
+ <copy todir="${build.dest}/conf" filtering="yes">
<fileset dir="./conf"/>
</copy>
</target>
diff --git a/conf/config.xml b/conf/config.xml
index 138cb32d5..6d75a5859 100644
--- a/conf/config.xml
+++ b/conf/config.xml
@@ -5,7 +5,7 @@
<configuration>
<entry>
<key>version</key>
- <value>FOP 0.17.0 DEV</value>
+ <value>FOP @version@</value>
</entry>
<!-- default values for commandline options -->