connectivity/com.nokia.carbide.remoteConnections/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Fri, 23 Apr 2010 08:25:11 -0500
changeset 1265 f90f47d3882f
parent 1230 71146ed4b8a1
child 1981 f465b1504220
permissions -rw-r--r--
PlatSim-related launch wizard changes: (1) Remember last connection created and offer this by default in the Select Connection dialog; (2) Immediately open New Connection dialog if debugging and no connections exist; (3) Split out SelectConnectionDialog; (4) Fix some wording in Select Connection dialog since this is not always an error situation.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RemoteConnections Plug-in
Bundle-SymbolicName: com.nokia.carbide.remoteConnections; singleton:=true
Bundle-Version: 1.4.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,
 org.eclipse.help;bundle-version="3.5.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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