]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Resolve a clash between two implementations of org.w3c.dom 72/72/2
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 15 Sep 2016 05:55:13 +0000 (08:55 +0300)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 15 Sep 2016 06:21:57 +0000 (09:21 +0300)
The bundle org.apache.batik contained its own version of
org.w3c.dom and other basic xml packages. This change
adds javax.xml as a required bundle for org.apache.batik
and removes corresponding import package declarations.
Import package declarations didn't work because of
split packages.

Change-Id: Id49851c63e37ebe12cb9dbab557dc0b3a32b7f58


No differences found