Skip to content

Commit 83f09f7

Browse files
committed
Ensure correct version of javax.activation and JAXB end up in final repo
1 parent ddc8470 commit 83f09f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debug/org.eclipse.cdt.debug.application/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Require-Bundle: org.eclipse.ui,
2222
org.eclipse.cdt.debug.core,
2323
org.eclipse.ui.workbench,
2424
org.eclipse.orbit.xml-apis-ext,
25-
jakarta.activation-api,
26-
jakarta.xml.bind-api
25+
jakarta.activation-api;bundle-version="[1.2.2,2.0.0)",
26+
jakarta.xml.bind-api;bundle-version="[2.3.3,3.0.0)"
2727
Bundle-RequiredExecutionEnvironment: JavaSE-17
2828
Bundle-Localization: plugin
2929
Bundle-ActivationPolicy: lazy

releng/org.eclipse.cdt.repo/category.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@
185185
<bundle id="org.eclipse.cdt.remote.core" version="0.0.0"/>
186186
<bundle id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
187187
<bundle id="com.sun.xml.bind" version="0.0.0"/>
188+
<bundle id="org.eclipse.orbit.xml-apis-ext" version="0.0.0"/>
189+
<bundle id="jakarta.activation-api" version="1.2.2"/>
190+
<bundle id="jakarta.xml.bind-api" version="2.3.3"/>
188191
<bundle id="com.google.gson" version="0.0.0"/>
189192
<bundle id="org.freemarker.freemarker" version="2.3.32.stable"/>
190193
<bundle id="org.yaml.snakeyaml" version="0.0.0"/>

0 commit comments

Comments
 (0)