Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is this "Batik DOM (SVG) bugfix"? #58

Open
claudio-rosati opened this issue Feb 27, 2018 · 0 comments
Open

What is this "Batik DOM (SVG) bugfix"? #58

claudio-rosati opened this issue Feb 27, 2018 · 0 comments

Comments

@claudio-rosati
Copy link
Contributor

POM file contains the following:

<artifact>
  <id>org.codehaus.cargo:empty-jar:1.4.13</id>
  <instructions>
	<Bundle-Name>Batik DOM SVG bugfix</Bundle-Name>
	<Bundle-SymbolicName>org.csstudio.batik.dom.svg.fragment</Bundle-SymbolicName>
	<Bundle-Version>1.0.0</Bundle-Version>
	<Fragment-Host>org.apache.batik.dom.svg;bundle-version="1.7.0"</Fragment-Host>
	<Require-Bundle>org.apache.batik.ext.awt;bundle-version="1.7.0"</Require-Bundle>
  </instructions>
</artifact>
<artifact>
  <id>org.codehaus.cargo:empty-jar:1.4.12</id>
  <instructions>
	<Bundle-Name>Batik DOM bugfix</Bundle-Name>
	<Bundle-SymbolicName>org.csstudio.batik.dom.fragment</Bundle-SymbolicName>
	<Bundle-Version>1.0.0</Bundle-Version>
	<Fragment-Host>org.apache.batik.dom;bundle-version="1.7.0"</Fragment-Host>
	<Require-Bundle>org.w3c.dom.smil;bundle-version="1.0.1"</Require-Bundle>
  </instructions>
</artifact>

why? It is possible to remove them and just depend on Batik 1.8 or 1.9.1? It is just creating a conflict with JavaFxSvg (SVG loader for JavaFX) because of the required org.w3c.dom.smil dependency (no more used in since batik 1.8).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant