connectivity/com.nokia.carbide.remoteConnections/META-INF/MANIFEST.MF
author bkirk
Tue, 21 Sep 2010 10:28:30 -0700
changeset 2085 cc55c9707fe4
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

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RemoteConnections Plug-in
Bundle-SymbolicName: com.nokia.carbide.remoteConnections; singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: com.nokia.carbide.remoteconnections.RemoteConnectionsActivator
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ui;visibility:=reexport,
 com.nokia.cpp.utils.core,
 org.eclipse.emf.ecore.xmi;bundle-version="2.4.0",
 org.eclipse.core.net;bundle-version="1.1.0",
 com.nokia.cpp.utils.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.installpackages,
 com.nokia.carbide.installpackages.gen.InstallPackages,
 com.nokia.carbide.remoteconnections,
 com.nokia.carbide.remoteconnections.interfaces,
 com.nokia.carbide.remoteconnections.internal.api,
 com.nokia.carbide.remoteconnections.internal.registry;x-friends:="com.nokia.carbide.remoteConnections.tests,com.nokia.carbide.tests.debug",
 com.nokia.carbide.remoteconnections.settings.ui;x-friends:="com.nokia.carbide.tests.debug,com.nokia.cdt.debug.launch"
Bundle-ClassPath: .,
 lib/commons-codec-1.3.jar,
 lib/commons-httpclient-3.1.jar,
 lib/commons-logging-1.1.jar