debuggercdi/com.nokia.carbide.trk.support/META-INF/MANIFEST.MF
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 15:28:30 -0500
changeset 72 5464a0b24d87
parent 2 d760517a8095
child 847 6f65d25899ca
child 857 d66843399035
permissions -rw-r--r--
removed license page and TOC entry for 2.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
cawthron
parents:
diff changeset
     3
Bundle-Name: TRK Support Plug-in
cawthron
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.trk.support;singleton:=true
cawthron
parents:
diff changeset
     5
Bundle-Version: 1.4.0.qualifier
cawthron
parents:
diff changeset
     6
Bundle-Vendor: Nokia
cawthron
parents:
diff changeset
     7
Bundle-Localization: plugin
cawthron
parents:
diff changeset
     8
Require-Bundle: org.eclipse.core.runtime,
cawthron
parents:
diff changeset
     9
 org.eclipse.core.resources,
cawthron
parents:
diff changeset
    10
 com.nokia.carbide.cpp.project.core,
cawthron
parents:
diff changeset
    11
 org.eclipse.emf.ecore,
cawthron
parents:
diff changeset
    12
 org.eclipse.emf.ecore.xmi,
cawthron
parents:
diff changeset
    13
 org.eclipse.help.ui,
cawthron
parents:
diff changeset
    14
 com.nokia.cpp.utils.core,
cawthron
parents:
diff changeset
    15
 com.nokia.carbide.remoteConnections,
cawthron
parents:
diff changeset
    16
 com.freescale.cdt.debug.cw.core,
cawthron
parents:
diff changeset
    17
 com.nokia.tcf,
cawthron
parents:
diff changeset
    18
 com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
cawthron
parents:
diff changeset
    19
Bundle-ActivationPolicy: lazy
cawthron
parents:
diff changeset
    20
Bundle-Activator: com.nokia.carbide.trk.support.Activator
cawthron
parents:
diff changeset
    21
Bundle-ClassPath: trksupport.jar,
cawthron
parents:
diff changeset
    22
 lib/commons-httpclient-3.1.jar,
cawthron
parents:
diff changeset
    23
 lib/commons-codec-1.3.jar,
cawthron
parents:
diff changeset
    24
 lib/commons-logging-1.1.jar
cawthron
parents:
diff changeset
    25
Export-Package: com.nokia.carbide.trk.support.connection;x-friends:="com.nokia.carbide.symsee.trk.support",
cawthron
parents:
diff changeset
    26
 com.nokia.carbide.trk.support.service;x-friends:="com.nokia.carbide.symsee.trk.support"
cawthron
parents:
diff changeset
    27
Bundle-RequiredExecutionEnvironment: J2SE-1.5