2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Testsupport Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.sdt.testsupport
|
|
5 |
Bundle-Version: 1.0.0
|
|
6 |
Bundle-Activator: com.nokia.sdt.testsupport.TestSupportPlugin
|
|
7 |
Bundle-ClassPath: testsupport.jar,xmlunit1.0.jar
|
|
8 |
Bundle-Localization: plugin
|
|
9 |
Export-Package: com.nokia.sdt.testsupport,
|
|
10 |
org.custommonkey.xmlunit
|
|
11 |
Require-Bundle: org.junit,
|
|
12 |
com.nokia.sdt.component.symbian;visibility:=reexport,
|
|
13 |
com.nokia.sdt.emf.dm;visibility:=reexport,
|
|
14 |
com.nokia.sdt.uimodel;visibility:=reexport,
|
|
15 |
com.nokia.cpp.utils.core;visibility:=reexport,
|
|
16 |
org.eclipse.core.runtime,
|
|
17 |
com.nokia.sdt.symbian;visibility:=reexport,
|
|
18 |
org.eclipse.core.resources,
|
|
19 |
org.eclipse.ui.views,
|
|
20 |
com.nokia.sdt.uidesigner,
|
|
21 |
org.eclipse.gef,
|
|
22 |
org.eclipse.ui,
|
|
23 |
com.nokia.carbide.cpp.project.core,
|
|
24 |
com.nokia.carbide.cdt.builder
|
|
25 |
Eclipse-LazyStart: true
|