mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.ui.controls;singleton:=true
|
|
Bundle-Version: 1.2.500.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui,
|
|
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.services;bundle-version="2.0.0",
|
|
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0",
|
|
org.eclipse.e4.ui.workbench;bundle-version="1.4.0",
|
|
org.eclipse.debug.ui;bundle-version="3.11.200",
|
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
|
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
|
Import-Package: jakarta.annotation,
|
|
jakarta.inject,
|
|
org.osgi.service.event;version="1.4.1"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.launchbar.ui.controls.internal;x-friends:="org.eclipse.launchbar.ui.tests"
|
|
Automatic-Module-Name: org.eclipse.launchbar.ui.controls
|