debuggercdi/com.nokia.carbide.trk.support/META-INF/MANIFEST.MF
author bkirk
Sat, 18 Sep 2010 16:18:58 -0700
changeset 2054 deb27f632e39
parent 1981 f465b1504220
permissions -rw-r--r--
should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
Manifest-Version: 1.0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
Bundle-Name: TRK Support Plug-in
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.trk.support;singleton:=true
1981
f465b1504220 set version to 3.0.0
cawthron
parents: 1780
diff changeset
     5
Bundle-Version: 3.0.0.qualifier
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
Bundle-Vendor: Nokia
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
Bundle-Localization: plugin
872
a1e9028ccb80 plugin dependency cleanup.
wpaul
parents: 848
diff changeset
     8
Require-Bundle: org.eclipse.help.ui,
848
679300bad088 Show connections view when new connection is added
dadubrow
parents: 847
diff changeset
     9
 com.freescale.cdt.debug.cw.core,
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    10
 com.nokia.carbide.remoteConnections,
848
679300bad088 Show connections view when new connection is added
dadubrow
parents: 847
diff changeset
    11
 com.nokia.cpp.utils.core,
679300bad088 Show connections view when new connection is added
dadubrow
parents: 847
diff changeset
    12
 com.nokia.cpp.utils.ui;bundle-version="1.0.0",
2054
deb27f632e39 should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
bkirk
parents: 1981
diff changeset
    13
 com.nokia.tcf
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    14
Bundle-ActivationPolicy: lazy
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    15
Bundle-Activator: com.nokia.carbide.trk.support.Activator
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    16
Bundle-ClassPath: trksupport.jar,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    17
 lib/commons-httpclient-3.1.jar,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    18
 lib/commons-codec-1.3.jar,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    19
 lib/commons-logging-1.1.jar
1559
cc9cfb62406b Remove temporary USB (TCF) connection and move TCF-related services into Carbide EDC
Ed Swartz <ed.swartz@nokia.com>
parents: 1214
diff changeset
    20
Export-Package: com.nokia.carbide.trk.support.connection;x-friends:="com.nokia.carbide.symsee.trk.support,com.nokia.carbide.cpp.edc",
1780
e2992bb8a7f9 removed platsim stuff that should not be in the public carbidecpp.
wpaul
parents: 1559
diff changeset
    21
 com.nokia.carbide.trk.support.service;x-friends:="com.nokia.carbide.symsee.trk.support,com.nokia.carbide.cpp.edc"
2054
deb27f632e39 should be using JavaSE-1.6 VM, and .classpath, codegen.targetPlatform, compliance and source should also all be 1.6
bkirk
parents: 1981
diff changeset
    22
Bundle-RequiredExecutionEnvironment: JavaSE-1.6