2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Target Connection Framework Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.tcf;singleton:=true
|
|
5 |
Bundle-Version: 1.4.3.qualifier
|
|
6 |
Bundle-Activator: com.nokia.tcf.Activator
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Require-Bundle: org.eclipse.core.runtime
|
|
9 |
Bundle-ActivationPolicy: lazy
|
|
10 |
Export-Package: com.nokia.tcf.api,
|
|
11 |
com.nokia.tcf.impl;x-friends:="com.nokia.tcf.test,com.nokia.tcf.legacy"
|
|
12 |
Bundle-ClassPath: tcfPlugin.jar
|
|
13 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|