2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: TRK Support Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.carbide.trk.support;singleton:=true
|
|
5 |
Bundle-Version: 1.4.0.qualifier
|
|
6 |
Bundle-Vendor: Nokia
|
|
7 |
Bundle-Localization: plugin
|
|
8 |
Require-Bundle: org.eclipse.core.runtime,
|
|
9 |
org.eclipse.core.resources,
|
|
10 |
com.nokia.carbide.cpp.project.core,
|
|
11 |
org.eclipse.emf.ecore,
|
|
12 |
org.eclipse.emf.ecore.xmi,
|
|
13 |
org.eclipse.help.ui,
|
|
14 |
com.nokia.cpp.utils.core,
|
|
15 |
com.nokia.carbide.remoteConnections,
|
|
16 |
com.freescale.cdt.debug.cw.core,
|
|
17 |
com.nokia.tcf,
|
|
18 |
com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
|
|
19 |
Bundle-ActivationPolicy: lazy
|
|
20 |
Bundle-Activator: com.nokia.carbide.trk.support.Activator
|
|
21 |
Bundle-ClassPath: trksupport.jar,
|
|
22 |
lib/commons-httpclient-3.1.jar,
|
|
23 |
lib/commons-codec-1.3.jar,
|
|
24 |
lib/commons-logging-1.1.jar
|
|
25 |
Export-Package: com.nokia.carbide.trk.support.connection;x-friends:="com.nokia.carbide.symsee.trk.support",
|
|
26 |
com.nokia.carbide.trk.support.service;x-friends:="com.nokia.carbide.symsee.trk.support"
|
|
27 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|