mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

Beta versions of maven plugins are omitted from this upgrade. A new version of Tycho brings in an update ECJ which means some of the class files are different, hence the need to bump versions of bundles too. A new calendar year brings an update to Copyrights
18 lines
747 B
Text
18 lines
747 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.core;singleton:=true
|
|
Bundle-Version: 2.5.300.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.core.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.core.expressions
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.launchbar.core,
|
|
org.eclipse.launchbar.core.internal;x-friends:="org.eclipse.launchbar.core.tests,org.eclipse.launchbar.ui",
|
|
org.eclipse.launchbar.core.target,
|
|
org.eclipse.launchbar.core.target.launch
|
|
Automatic-Module-Name: org.eclipse.launchbar.core
|
|
Bundle-Localization: plugin
|