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
24 lines
953 B
Text
24 lines
953 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.pda;singleton:=true
|
|
Bundle-Version: 2.3.200.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.pda.PDAPlugin
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.core.variables,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.cdt.core;bundle-version="5.0.0",
|
|
org.eclipse.cdt.debug.core;bundle-version="7.2.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.examples.dsf.pda,
|
|
org.eclipse.cdt.examples.dsf.pda.breakpoints,
|
|
org.eclipse.cdt.examples.dsf.pda.launch,
|
|
org.eclipse.cdt.examples.dsf.pda.service,
|
|
org.eclipse.cdt.examples.dsf.pda.service.commands,
|
|
org.eclipse.cdt.examples.dsf.pda.sourcelookup
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-Vendor: %providerName
|
|
Automatic-Module-Name: org.eclipse.cdt.examples.dsf.pda
|