]> gerrit.simantics Code Review - simantics/third-party.git/blobdiff - plugins/org.apache.batik/README.md
Fixing bundled Batik 1.12 to export only what it needs to
[simantics/third-party.git] / plugins / org.apache.batik / README.md
diff --git a/plugins/org.apache.batik/README.md b/plugins/org.apache.batik/README.md
new file mode 100644 (file)
index 0000000..56a08cb
--- /dev/null
@@ -0,0 +1,10 @@
+This bundle contains all the libraries of Batik 1.12.
+
+It doesn't contain `xml-apis-1.4.01.jar` which comes with the Batik distribution,
+because this version is intended to be used with Java 11 and later versions only.
+
+Java 9+ contains two system modules: `java.xml` and `jdk.xml.dom` which contains all the
+relevant packages/classes contained by `xml-apis-1.4.01.jar`.
+
+Eclipse bundles javax.xml bundle via Orbit but this bundle does not depend on that,
+only on the systems own XML modules. 
\ No newline at end of file