aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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"/>