2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Crash Debugger Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.carbide.cpp.debug.crashdebugger;singleton:=true
|
|
5 |
Bundle-Version: 1.4.0.qualifier
|
|
6 |
Bundle-Activator: com.nokia.carbide.cpp.debug.crashdebugger.CrashDebuggerPlugin
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Bundle-Localization: plugin
|
|
9 |
Require-Bundle: org.eclipse.ui,
|
|
10 |
org.eclipse.core.runtime,
|
|
11 |
org.eclipse.jface.text,
|
|
12 |
org.eclipse.ui.console,
|
|
13 |
org.eclipse.debug.core,
|
|
14 |
org.eclipse.debug.ui,
|
|
15 |
org.eclipse.cdt.debug.core,
|
|
16 |
org.eclipse.cdt.launch,
|
|
17 |
org.eclipse.core.resources,
|
|
18 |
org.eclipse.cdt.core,
|
|
19 |
com.freescale.cdt.debug.cw.core,
|
|
20 |
com.nokia.cdt.debug.launch,
|
|
21 |
com.nokia.cdt.debug.cw.symbian,
|
|
22 |
org.eclipse.cdt.ui,
|
|
23 |
com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
|
|
24 |
Bundle-ActivationPolicy: lazy
|