mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 04:45:38 +02:00

All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
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.1.200.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
Require-Bundle: org.eclipse.osgi.services;bundle-version="3.5.0",
|
|
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: javax.annotation,
|
|
javax.inject
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
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
|