aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorFinn Bock <bckfnn@apache.org>2004-01-21 19:36:39 +0000
committerFinn Bock <bckfnn@apache.org>2004-01-21 19:36:39 +0000
commit2d5f0a5a20597f58a68ec29b16f8731043f77f27 (patch)
tree619c67e039e1e1bf0c30fd70cc492fd84476c98c /build.xml
parentaa2a7247f976a73b92909bc76614cdc871b87fad (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 13e2a46e9..95f3c7579 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>