Skip to content

Commit ec85999

Browse files
committed
Bump lower bound of re-exported required Equinox bundles
1 parent 059eac5 commit ec85999

File tree

2 files changed

+11
-11
lines changed
  • resources/bundles/org.eclipse.core.resources/META-INF
  • runtime/bundles/org.eclipse.core.runtime/META-INF

2 files changed

+11
-11
lines changed

resources/bundles/org.eclipse.core.resources/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Export-Package: org.eclipse.core.internal.dtree;x-internal:=true,
2626
org.eclipse.core.resources.undo.snapshot,
2727
org.eclipse.core.resources.variableresolvers
2828
Require-Bundle: org.eclipse.ant.core;bundle-version="[3.1.0,4.0.0)";resolution:=optional,
29-
org.eclipse.core.expressions;bundle-version="[3.2.0,4.0.0)",
30-
org.eclipse.core.filesystem;bundle-version="[1.3.0,2.0.0)",
31-
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)"
29+
org.eclipse.core.expressions;bundle-version="[3.9.0,4.0.0)",
30+
org.eclipse.core.filesystem;bundle-version="[1.10.0,2.0.0)",
31+
org.eclipse.core.runtime;bundle-version="[3.31.0,4.0.0)"
3232
Bundle-ActivationPolicy: lazy
3333
Service-Component: OSGI-INF/ResourceChangeListenerRegistrar.xml,
3434
OSGI-INF/org.eclipse.core.internal.resources.CheckMissingNaturesListener.xml

runtime/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
4-
Bundle-Version: 3.30.100.qualifier
4+
Bundle-Version: 3.31.0.qualifier
55
Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
66
Bundle-Vendor: %providerName
77
Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
88
Bundle-Localization: plugin
99
Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
1010
org.eclipse.core.internal.runtime;x-internal:=true,
1111
org.eclipse.core.runtime;version="3.7.0"
12-
Require-Bundle: org.eclipse.osgi;bundle-version="[3.17.0,4.0.0)";visibility:=reexport,
13-
org.eclipse.equinox.common;bundle-version="[3.18.0,4.0.0)";visibility:=reexport,
14-
org.eclipse.core.jobs;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
15-
org.eclipse.equinox.registry;bundle-version="[3.11.0,4.0.0)";visibility:=reexport,
16-
org.eclipse.equinox.preferences;bundle-version="[3.10.0,4.0.0)";visibility:=reexport,
17-
org.eclipse.core.contenttype;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
18-
org.eclipse.equinox.app;bundle-version="1.6.0";visibility:=reexport
12+
Require-Bundle: org.eclipse.osgi;bundle-version="[3.18.0,4.0.0)";visibility:=reexport,
13+
org.eclipse.equinox.common;bundle-version="[3.19.0,4.0.0)";visibility:=reexport,
14+
org.eclipse.core.jobs;bundle-version="[3.15.0,4.0.0)";visibility:=reexport,
15+
org.eclipse.equinox.registry;bundle-version="[3.12.0,4.0.0)";visibility:=reexport,
16+
org.eclipse.equinox.preferences;bundle-version="[3.11.0,4.0.0)";visibility:=reexport,
17+
org.eclipse.core.contenttype;bundle-version="[3.9.0,4.0.0)";visibility:=reexport,
18+
org.eclipse.equinox.app;bundle-version="1.7.0";visibility:=reexport
1919
Bundle-ActivationPolicy: lazy
2020
Bundle-RequiredExecutionEnvironment: JavaSE-17
2121
DynamicImport-Package: org.eclipse.core.internal.runtime.auth

0 commit comments

Comments
 (0)