debuggercdi/com.nokia.carbide.trk.support/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Fri, 23 Apr 2010 08:25:11 -0500
branchRCL_2_4
changeset 1262 f88340f6e139
parent 1213 f32ba88e7be8
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: TRK Support Plug-in
Bundle-SymbolicName: com.nokia.carbide.trk.support;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.help.ui,
 com.freescale.cdt.debug.cw.core,
 com.nokia.carbide.remoteConnections,
 com.nokia.cpp.utils.core,
 com.nokia.cpp.utils.ui;bundle-version="1.0.0",
 com.nokia.tcf,
 com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: com.nokia.carbide.trk.support.Activator
Bundle-ClassPath: trksupport.jar,
 lib/commons-httpclient-3.1.jar,
 lib/commons-codec-1.3.jar,
 lib/commons-logging-1.1.jar
Export-Package: com.nokia.carbide.trk.support.connection;x-friends:="com.nokia.carbide.symsee.trk.support",
 com.nokia.carbide.trk.support.service;x-friends:="com.nokia.carbide.symsee.trk.support,com.nokia.cdt.debug.launch.platSim"
Bundle-RequiredExecutionEnvironment: J2SE-1.5