debuggercdi/com.nokia.carbide.cpp.debug.kernelaware/META-INF/MANIFEST.MF
author dadubrow
Fri, 16 Jul 2010 08:47:34 -0500
changeset 1622 f2409b13f0f8
parent 20 5c466f93ffe1
permissions -rw-r--r--
multiple changes to remote agent installer code: + augment xml file structure with optional ordering info for sdk family and versions (ordering not yet implemented) + do not require sdk version to be parseable version string + encode xml file into the server.properties entry rather than providing only dir and adding file name with code + remove unneeded tracing packages entry

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KernelAware Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.debug.kernelaware;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.debug.kernelaware.KernelawarePlugin
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 com.freescale.cdt.debug.cw.core,
 org.eclipse.ui.views,
 org.eclipse.debug.core,
 org.eclipse.debug.ui,
 org.eclipse.cdt.debug.core,
 org.eclipse.cdt.debug.ui,
 org.eclipse.cdt.ui,
 org.eclipse.core.resources,
 com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.cpp.debug.kernelaware,
 com.nokia.carbide.cpp.debug.kernelaware.testapi;x-friends:="com.nokia.carbide.automation.utils"