diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-03-05 14:31:47 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-03-05 14:31:47 +0000 |
commit | de9d1b17e9cb89fb6f239e591d3092d98a251a2f (patch) | |
tree | 9d8812cdc34e7280c9c8dfdd1ee142cda9f7cf54 /fop | |
parent | 3133a012c156e91876ad60383f9397d038f474a5 (diff) | |
download | xmlgraphics-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.xml | 2 |
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}"/> |