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-events/pom.xml | |
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-events/pom.xml')
-rw-r--r-- | fop-events/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop-events/pom.xml b/fop-events/pom.xml index 15e4e9947..1eeea6db0 100644 --- a/fop-events/pom.xml +++ b/fop-events/pom.xml @@ -78,7 +78,7 @@ </goals> <configuration> <target> - <taskdef name="collectEvents" classname="org.apache.fop.tools.EventProducerCollectorTask"> + <taskdef name="collectEvents" classname="org.apache.fop.eventtools.EventProducerCollectorTask"> <classpath> <path refid="maven.compile.classpath"/> <path refid="maven.test.classpath"/> |