aboutsummaryrefslogtreecommitdiffstats
path: root/fop
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-03-05 14:31:47 +0000
committerSimon Steiner <ssteiner@apache.org>2024-03-05 14:31:47 +0000
commitde9d1b17e9cb89fb6f239e591d3092d98a251a2f (patch)
tree9d8812cdc34e7280c9c8dfdd1ee142cda9f7cf54 /fop
parent3133a012c156e91876ad60383f9397d038f474a5 (diff)
downloadxmlgraphics-fop-de9d1b17e9cb89fb6f239e591d3092d98a251a2f.tar.gz
xmlgraphics-fop-de9d1b17e9cb89fb6f239e591d3092d98a251a2f.zip
FOP-3160: Rename tools to avoid conflicts with core module
Diffstat (limited to 'fop')
-rw-r--r--fop/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fop/build.xml b/fop/build.xml
index 781128dd8..45a45af63 100644
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -325,7 +325,7 @@ list of possible build targets.
<include name="**/tools/*.xsl"/>
</fileset>
</copy>
- <taskdef name="eventResourceGenerator" classname="org.apache.fop.tools.EventProducerCollectorTask">
+ <taskdef name="eventResourceGenerator" classname="org.apache.fop.eventtools.EventProducerCollectorTask">
<classpath>
<path refid="libs-tools-build-classpath"/>
<pathelement location="${build.classes.dir}"/>