uidesigner/com.nokia.sdt.testsupport/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Wed, 30 Dec 2009 11:43:43 -0600
changeset 730 8ecd45ef360e
parent 499 25d5d03df940
permissions -rw-r--r--
Fix up some issues found when using the random connected service provider. Also, move validation checks of IClientServiceSiteUI2 into a method of that interface, since we need to handle the case where the default connection is currently incompatible.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Testsupport Plug-in
Bundle-SymbolicName: com.nokia.sdt.testsupport
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.nokia.sdt.testsupport.TestSupportPlugin
Bundle-ClassPath: testsupport.jar,xmlunit1.0.jar
Bundle-Localization: plugin
Export-Package: com.nokia.sdt.testsupport,
 org.custommonkey.xmlunit
Require-Bundle: org.junit,
 com.nokia.sdt.component.symbian;visibility:=reexport,
 com.nokia.sdt.emf.dm;visibility:=reexport,
 com.nokia.sdt.uimodel;visibility:=reexport,
 com.nokia.cpp.utils.core;visibility:=reexport,
 org.eclipse.core.runtime,
 com.nokia.sdt.symbian;visibility:=reexport,
 org.eclipse.core.resources,
 org.eclipse.ui.views,
 com.nokia.sdt.uidesigner,
 org.eclipse.gef,
 org.eclipse.ui,
 com.nokia.carbide.cpp.project.core,
 com.nokia.carbide.cdt.builder
Eclipse-LazyStart: true