]> source.dussan.org Git - xmlgraphics-fop.git/commit
FOP-3160: Rename events to avoid conflicts with events module
authorSimon Steiner <ssteiner@apache.org>
Tue, 5 Mar 2024 12:51:05 +0000 (12:51 +0000)
committerSimon Steiner <ssteiner@apache.org>
Tue, 5 Mar 2024 12:51:05 +0000 (12:51 +0000)
commit3133a012c156e91876ad60383f9397d038f474a5
treec38202cf4a8361aedb2722fd3f6a5e30239f6903
parentd3ef77c7d66c49c84df92d5863dae49beaeca708
FOP-3160: Rename events to avoid conflicts with events module
14 files changed:
fop-core/src/main/java/org/apache/fop/apps/FOUserAgent.java
fop-core/src/main/java/org/apache/fop/event/FOPEventListenerProxy.java [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/event/LoggingEventListener.java [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/event/PropertyExceptionFactory.java [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/event/UnsupportedOperationExceptionFactory.java [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/event/ValidationExceptionFactory.java [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/event/package.html [new file with mode: 0644]
fop-core/src/main/java/org/apache/fop/events/FOPEventListenerProxy.java [deleted file]
fop-core/src/main/java/org/apache/fop/events/LoggingEventListener.java [deleted file]
fop-core/src/main/java/org/apache/fop/events/PropertyExceptionFactory.java [deleted file]
fop-core/src/main/java/org/apache/fop/events/UnsupportedOperationExceptionFactory.java [deleted file]
fop-core/src/main/java/org/apache/fop/events/ValidationExceptionFactory.java [deleted file]
fop-core/src/main/java/org/apache/fop/events/package.html [deleted file]
fop-core/src/main/resources/META-INF/services/org.apache.fop.events.EventExceptionManager$ExceptionFactory