mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Fixed the problem that the LaunchBar build button was not working when auto build was disabled in the launch configuration. Fixes #765
22 lines
849 B
Text
22 lines
849 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.ui;singleton:=true
|
|
Bundle-Version: 2.5.500.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.ui.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.launchbar.core,
|
|
org.eclipse.cdt.debug.core;bundle-version="8.8.400"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.launchbar.ui,
|
|
org.eclipse.launchbar.ui.internal;x-internal:=true,
|
|
org.eclipse.launchbar.ui.internal.commands;x-internal:=true,
|
|
org.eclipse.launchbar.ui.internal.dialogs;x-internal:=true,
|
|
org.eclipse.launchbar.ui.target
|
|
Automatic-Module-Name: org.eclipse.launchbar.ui
|