|
1 | 1 | Manifest-Version: 1.0
|
2 | 2 | Bundle-ManifestVersion: 2
|
3 | 3 | Bundle-Name: %pluginName
|
4 |
| -Bundle-Version: 3.30.100.qualifier |
| 4 | +Bundle-Version: 3.31.0.qualifier |
5 | 5 | Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
|
6 | 6 | Bundle-Vendor: %providerName
|
7 | 7 | Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
|
8 | 8 | Bundle-Localization: plugin
|
9 | 9 | Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
|
10 | 10 | org.eclipse.core.internal.runtime;x-internal:=true,
|
11 | 11 | 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 |
19 | 19 | Bundle-ActivationPolicy: lazy
|
20 | 20 | Bundle-RequiredExecutionEnvironment: JavaSE-17
|
21 | 21 | DynamicImport-Package: org.eclipse.core.internal.runtime.auth
|
|
0 commit comments