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: %pluginName
Bundle-SymbolicName: com.nokia.sdt.emf.dm; singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: com.nokia.sdt.emf.dm,
com.nokia.sdt.emf.dm.impl,
com.nokia.sdt.emf.dm.util,
com.nokia.sdt.emf.dm.xml
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.ui.views,
com.nokia.sdt.uimodel,
com.nokia.cpp.utils.core,
org.eclipse.emf.ecore.xmi,
org.eclipse.emf.edit,
org.eclipse.swt;bundle-version="3.5.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: com.nokia.sdt.emf.dm.DataModelPlugin