debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Fri, 23 Apr 2010 08:25:11 -0500
changeset 1265 f90f47d3882f
parent 0 fb279309251b
permissions -rw-r--r--
PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Crash Debugger Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.debug.crashdebugger;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.debug.crashdebugger.CrashDebuggerPlugin
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jface.text,
 org.eclipse.ui.console,
 org.eclipse.debug.core,
 org.eclipse.debug.ui,
 org.eclipse.cdt.debug.core,
 org.eclipse.cdt.launch,
 org.eclipse.core.resources,
 org.eclipse.cdt.core,
 com.freescale.cdt.debug.cw.core,
 com.nokia.cdt.debug.launch,
 com.nokia.cdt.debug.cw.symbian,
 org.eclipse.cdt.ui,
 com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy