2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: RCTests Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.carbide.remoteConnections.tests;singleton:=true
|
|
5 |
Bundle-Version: 1.0.0
|
|
6 |
Bundle-Activator: com.nokia.carbide.remoteconnections.tests.Activator
|
|
7 |
Require-Bundle: org.eclipse.ui,
|
|
8 |
org.eclipse.core.runtime,
|
|
9 |
com.nokia.carbide.remoteConnections,
|
|
10 |
org.junit;bundle-version="3.8.2",
|
|
11 |
com.nokia.cpp.utils.core,
|
|
12 |
com.nokia.carbide.trk.support
|
|
13 |
Bundle-ActivationPolicy: lazy
|
|
14 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|