2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: RemoteConnections Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.carbide.remoteConnections; singleton:=true
|
|
5 |
Bundle-Version: 1.4.0.qualifier
|
|
6 |
Bundle-Activator: com.nokia.carbide.remoteconnections.RemoteConnectionsActivator
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Bundle-Localization: plugin
|
|
9 |
Require-Bundle: org.eclipse.core.runtime,
|
|
10 |
org.eclipse.ui,
|
|
11 |
com.nokia.cpp.utils.core,
|
|
12 |
org.eclipse.emf.ecore.xmi;bundle-version="2.4.0",
|
|
13 |
org.eclipse.core.net;bundle-version="1.1.0"
|
|
14 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
15 |
Bundle-ActivationPolicy: lazy
|
|
16 |
Export-Package: com.nokia.carbide.installpackages,
|
|
17 |
com.nokia.carbide.installpackages.gen.InstallPackages,
|
|
18 |
com.nokia.carbide.remoteconnections,
|
|
19 |
com.nokia.carbide.remoteconnections.interfaces,
|
|
20 |
com.nokia.carbide.remoteconnections.internal.registry;x-friends:="com.nokia.carbide.remoteConnections.tests,com.nokia.carbide.tests.debug",
|
|
21 |
com.nokia.carbide.remoteconnections.settings.ui;x-friends:="com.nokia.carbide.tests.debug"
|
|
22 |
Bundle-ClassPath: .,
|
|
23 |
lib/commons-codec-1.3.jar,
|
|
24 |
lib/commons-httpclient-3.1.jar,
|
|
25 |
lib/commons-logging-1.1.jar
|