Skip to content

Commit 8028ece

Browse files
refs #468 add missing xml dependencies
1 parent f0b727f commit 8028ece

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

modules/code/org.eclipse.fx.code.editor.fx/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Import-Package: com.google.common.collect;version="15.0.0",
3232
Require-Bundle: org.eclipse.e4.core.di.annotations;bundle-version="1.4.0",
3333
org.eclipse.text;bundle-version="3.5.400",
3434
org.eclipse.fx.text.compat;bundle-version="2.3.0",
35-
jakarta.xml.bind-api;bundle-version="4.0.0"
35+
jakarta.xml.bind-api;bundle-version="4.0.0",
36+
com.sun.xml.bind.jaxb-core,
37+
com.sun.xml.bind.jaxb-impl
3638
Service-Component: OSGI-INF/services/org.eclipse.fx.code.editor.fx.services.internal.DefaultSourceViewerConfigurationTypeProvider.xml,
3739
OSGI-INF/services/org.eclipse.fx.code.editor.fx.services.internal.NoHighlightPresentationReconcilerTypeProvider.xml,
3840
OSGI-INF/services/org.eclipse.fx.code.editor.fx.services.internal.SystemEditorFontProvider.xml

modules/core/org.eclipse.fx.core.di.context.tests/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Require-Bundle: org.junit;bundle-version="4.11.0",
1414
org.eclipse.fx.core;bundle-version="0.9.0",
1515
org.eclipse.equinox.preferences,
1616
org.eclipse.fx.core.di.context,
17-
jakarta.xml.bind-api;bundle-version="4.0.0"
17+
jakarta.xml.bind-api;bundle-version="4.0.0",
18+
com.sun.xml.bind.jaxb-core,
19+
com.sun.xml.bind.jaxb-impl
1820
Import-Package: jakarta.annotation;resolution:=optional,
1921
jakarta.inject,
2022
org.eclipse.core.runtime;version="3.5.0",

modules/core/org.eclipse.fx.core/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ Service-Component: OSGI-INF/services/org.eclipse.fx.core.adapter.internal.Adapte
4343
Bundle-ActivationPolicy: lazy
4444
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional,
4545
com.google.guava;bundle-version="21.0.0",
46-
jakarta.xml.bind-api;bundle-version="4.0.0"
46+
jakarta.xml.bind-api;bundle-version="4.0.0",
47+
com.sun.xml.bind.jaxb-core,
48+
com.sun.xml.bind.jaxb-impl

modules/core/org.eclipse.fx.formats.svg/META-INF/MANIFEST.MF

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ Export-Package: org.eclipse.fx.formats.svg.converter,
1515
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
1616
org.eclipse.xtext.xbase.lib,
1717
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional,
18-
jakarta.xml.bind-api;bundle-version="4.0.0"
18+
jakarta.xml.bind-api;bundle-version="4.0.0",
19+
com.sun.xml.bind.jaxb-core,
20+
com.sun.xml.bind.jaxb-impl
1921
Bundle-ActivationPolicy: lazy

releng/runtime/org.eclipse.fx.target.ext.feature/feature.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,14 @@
11921192
id="com.sun.xml.bind.jaxb-core.source"
11931193
version="0.0.0"/>
11941194

1195+
<plugin
1196+
id="com.sun.xml.bind.jaxb-impl"
1197+
version="0.0.0"/>
1198+
1199+
<plugin
1200+
id="com.sun.xml.bind.jaxb-impl.source"
1201+
version="0.0.0"/>
1202+
11951203
<plugin
11961204
id="jakarta.xml.bind-api"
11971205
version="0.0.0"/>

0 commit comments

Comments
 (0)