mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +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
23 lines
957 B
Text
23 lines
957 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-Vendor: %providerName
|
|
Bundle-SymbolicName: org.eclipse.cdt.llvm.dsf.lldb.core;singleton:=true
|
|
Bundle-Version: 1.102.200.qualifier
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.debug.core,
|
|
org.eclipse.cdt.dsf.gdb,
|
|
org.eclipse.cdt.launch,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.cdt.debug.core,
|
|
org.eclipse.core.variables,
|
|
org.eclipse.cdt.core
|
|
Export-Package: org.eclipse.cdt.llvm.dsf.lldb.core,
|
|
org.eclipse.cdt.llvm.dsf.lldb.core.internal;x-friends:="org.eclipse.cdt.llvm.dsf.lldb.ui",
|
|
org.eclipse.cdt.llvm.dsf.lldb.core.internal.launching;x-internal:=true,
|
|
org.eclipse.cdt.llvm.dsf.lldb.core.internal.service;x-internal:=true
|
|
Bundle-Activator: org.eclipse.cdt.llvm.dsf.lldb.core.internal.LLDBCorePlugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Automatic-Module-Name: org.eclipse.cdt.llvm.dsf.lldb.core
|