mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
[#669] Switch from "Require-Bundle:" to "Import-Package:" directive
* Fix MANIFEST.MF for org.eclipse.cdt.core * Fix MANIFEST.MF for org.eclipse.launchbar.ui.controls
This commit is contained in:
parent
0e41dfea40
commit
5e7ce7e31a
2 changed files with 4 additions and 4 deletions
|
@ -131,6 +131,7 @@ Export-Package: org.eclipse.cdt.core,
|
||||||
org.eclipse.cdt.utils.som.parser,
|
org.eclipse.cdt.utils.som.parser,
|
||||||
org.eclipse.cdt.utils.xcoff,
|
org.eclipse.cdt.utils.xcoff,
|
||||||
org.eclipse.cdt.utils.xcoff.parser
|
org.eclipse.cdt.utils.xcoff.parser
|
||||||
|
Import-Package: org.osgi.service.component.annotations;version="1.3.0"
|
||||||
Require-Bundle: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)";visibility:=reexport,
|
Require-Bundle: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)";visibility:=reexport,
|
||||||
org.eclipse.core.contenttype;bundle-version="[3.8.200,4.0.0)",
|
org.eclipse.core.contenttype;bundle-version="[3.8.200,4.0.0)",
|
||||||
org.eclipse.core.expressions;bundle-version="[3.8.200,4.0.0)",
|
org.eclipse.core.expressions;bundle-version="[3.8.200,4.0.0)",
|
||||||
|
@ -140,7 +141,6 @@ Require-Bundle: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)";visib
|
||||||
org.eclipse.core.runtime;bundle-version="[3.26.100,4.0.0)",
|
org.eclipse.core.runtime;bundle-version="[3.26.100,4.0.0)",
|
||||||
org.eclipse.core.variables;bundle-version="[3.5.100,4.0.0)",
|
org.eclipse.core.variables;bundle-version="[3.5.100,4.0.0)",
|
||||||
org.eclipse.ltk.core.refactoring;bundle-version="[3.13.0,4.0.0)",
|
org.eclipse.ltk.core.refactoring;bundle-version="[3.13.0,4.0.0)",
|
||||||
org.eclipse.osgi.services;bundle-version="[3.11.100,4.0.0)",
|
|
||||||
org.eclipse.text;bundle-version="[3.12.300,4.0.0)",
|
org.eclipse.text;bundle-version="[3.12.300,4.0.0)",
|
||||||
com.google.gson;bundle-version="[2.8.6,3.0.0)",
|
com.google.gson;bundle-version="[2.8.6,3.0.0)",
|
||||||
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
|
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
|
||||||
|
|
|
@ -5,8 +5,7 @@ Bundle-SymbolicName: org.eclipse.launchbar.ui.controls;singleton:=true
|
||||||
Bundle-Version: 1.2.400.qualifier
|
Bundle-Version: 1.2.400.qualifier
|
||||||
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Require-Bundle: org.eclipse.osgi.services;bundle-version="3.5.0",
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.core.runtime,
|
|
||||||
org.eclipse.ui,
|
org.eclipse.ui,
|
||||||
org.eclipse.e4.core.di.annotations;bundle-version="1.5.0",
|
org.eclipse.e4.core.di.annotations;bundle-version="1.5.0",
|
||||||
org.eclipse.e4.core.contexts;bundle-version="1.5.0",
|
org.eclipse.e4.core.contexts;bundle-version="1.5.0",
|
||||||
|
@ -17,7 +16,8 @@ Require-Bundle: org.eclipse.osgi.services;bundle-version="3.5.0",
|
||||||
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
||||||
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
||||||
Import-Package: javax.annotation,
|
Import-Package: javax.annotation,
|
||||||
javax.inject
|
javax.inject,
|
||||||
|
org.osgi.service.event;version="1.4.1"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue