xmlgraphics-batik
xmlgraphics-batik copied to clipboard
Add OSGi Support
- use bnd to create OSGi-Bundle Manifests and simplify build
- generate META-INF/services files using
@ServiceProvider - use ServiceLoader to avoid ClassLoader issues in Service.class
Signed-off-by: Stefan Bischof [email protected]
@maho7791 could you please review org/apache/batik/util/Service.java and the usage of @ServiceProvider?