mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00

This commit also enables a richer set of enablement checks when contributing ConsolePageParticipants to the Debugger Console view. Change-Id: I34aa010fd9cfa91f24781e2bef5ba41b9525eab0
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: GDB DSF Debugger Extension Example
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.gdb;singleton:=true
|
|
Bundle-Version: 1.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.gdb.GDBExamplePlugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.dsf.gdb,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.cdt.launch,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.cdt.dsf.gdb.ui,
|
|
org.eclipse.cdt.dsf.ui,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.cdt.debug.core,
|
|
org.eclipse.cdt.debug.ui,
|
|
org.eclipse.ui.console,
|
|
org.eclipse.tm.terminal.control
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: Eclipse CDT
|
|
Export-Package: org.eclipse.cdt.examples.dsf.gdb;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.launch;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service.command;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.service.command.commands;x-internal:=true,
|
|
org.eclipse.cdt.examples.dsf.gdb.viewmodel;x-internal:=true
|