diff options
author | Finn Bock <bckfnn@apache.org> | 2004-01-21 19:36:39 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-01-21 19:36:39 +0000 |
commit | 2d5f0a5a20597f58a68ec29b16f8731043f77f27 (patch) | |
tree | 619c67e039e1e1bf0c30fd70cc492fd84476c98c /build.xml | |
parent | aa2a7247f976a73b92909bc76614cdc871b87fad (diff) | |
download | xmlgraphics-fop-2d5f0a5a20597f58a68ec29b16f8731043f77f27.tar.gz xmlgraphics-fop-2d5f0a5a20597f58a68ec29b16f8731043f77f27.zip |
Match the version string is apps.Version.
PR: 25691
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -615,7 +615,7 @@ list of possible build targets. <!-- =================================================================== --> <target name="test" depends="package" description="Runs the test suite"> <echo message="Testing build in jar file ${build.dir}/${name}.jar against reference"/> - <property name="ref-version" value="FOP 1.0dev"/> + <property name="ref-version" value="1.0dev"/> <path id="testtask-classpath"> <path refid="libs-build-classpath"/> <pathelement location="${build.dir}/classes"/> |