forked from eclipse-platform/eclipse.platform.ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.MF
27 lines (27 loc) · 1.13 KB
/
MANIFEST.MF
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.e4.core.commands;singleton:=true
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 1.1.500.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: jakarta.annotation;version="[2.1.0,3.0.0)",
jakarta.inject;version="[2.0.0,3.0.0)",
org.eclipse.core.commands,
org.eclipse.core.commands.common,
org.eclipse.core.expressions,
org.eclipse.e4.core.contexts,
org.eclipse.e4.core.services.log
Export-Package: org.eclipse.e4.core.commands,
org.eclipse.e4.core.commands.internal;x-friends:=
"org.eclipse.e4.ui.bindings,
org.eclipse.ui.workbench,
org.eclipse.e4.ui.workbench,
org.eclipse.e4.ui.workbench.renderers.swt"
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.6.0,4.0.0)",
org.eclipse.e4.core.di;bundle-version="0.9.0"
Automatic-Module-Name: org.eclipse.e4.core.commands
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml,
OSGI-INF/org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml