aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fo')
-rw-r--r--examples/fo/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fo/build.xml b/examples/fo/build.xml
index 5e8c092ee..841c76b68 100644
--- a/examples/fo/build.xml
+++ b/examples/fo/build.xml
@@ -17,7 +17,7 @@
<pathelement location="../../build/fop.jar"/>
</path>
<taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop" classpathref="run-classpath"/>
- <taskdef name="compare" classname="org.apache.fop.tools.anttasks.Compare" classpathref="run-classpath"/>
+ <taskdef name="compare" classname="org.apache.fop.tools.anttasks.FileCompare" classpathref="run-classpath"/>
</target>
<!-- =================================================================== -->
<!-- Help on usage -->