sysperfana/memspyext/com.nokia.s60tools.swmtanalyser/META-INF/MANIFEST.MF
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 21 Apr 2010 20:01:08 +0300
changeset 7 8e12a575a9b5
child 14 bb339882c6e9
permissions -rw-r--r--
MemSpy Carbide Extension 1.6.0

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Carbide.c++ Extensions - Swmt Analyser
Bundle-SymbolicName: com.nokia.s60tools.swmtanalyser;singleton:=true
Bundle-Version: 1.6.0
Bundle-Activator: com.nokia.s60tools.swmtanalyser.SwmtAnalyserPlugin
Bundle-Vendor: Nokia
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.ui.forms,
 com.nokia.s60tools.ui;bundle-version="1.5.0",
 org.eclipse.core.filesystem,
 org.eclipse.core.resources,
 org.eclipse.ui.ide,
 org.eclipse.ui.editors,
 org.eclipse.draw2d,
 com.nokia.s60tools.util;bundle-version="1.5.0"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: poi-3.2-FINAL-20081019.jar,
 poi-contrib-3.2-FINAL-20081019.jar,
 poi-scratchpad-3.2-FINAL-20081019.jar,
 iText-2.1.7.jar,
 .
Export-Package: com.nokia.s60tools.swmtanalyser.data;x-friends:="com.nokia.s60tools.swmtanalyser.tests",
 com.nokia.s60tools.swmtanalyser.exception;x-friends:="com.nokia.s60tools.swmtanalyser.tests",
 com.nokia.s60tools.swmtanalyser.model;x-friends:="com.nokia.s60tools.swmtanalyser.tests",
 com.nokia.s60tools.swmtanalyser.ui.actions
Bundle-RequiredExecutionEnvironment: J2SE-1.5