2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Tests Plug-in
|
|
4 |
Bundle-SymbolicName: com.nokia.sdt.uimodel.tests;singleton:=true
|
|
5 |
Bundle-Version: 1.0.0
|
|
6 |
Bundle-ClassPath: tests.jar
|
|
7 |
Bundle-Activator: com.nokia.sdt.uimodel.tests.TestsPlugin
|
|
8 |
Bundle-Vendor: NOKIA
|
|
9 |
Bundle-Localization: plugin
|
|
10 |
Require-Bundle: org.eclipse.core.runtime,
|
|
11 |
com.nokia.sdt.uimodel,
|
|
12 |
com.nokia.cpp.utils.core,
|
|
13 |
com.nokia.sdt.utils,
|
|
14 |
org.eclipse.core.resources,
|
|
15 |
org.eclipse.emf.edit,
|
|
16 |
org.junit,
|
|
17 |
org.eclipse.ui.views,
|
|
18 |
org.eclipse.ui,
|
|
19 |
com.nokia.sdt.testsupport
|
|
20 |
Eclipse-AutoStart: true
|
|
21 |
Export-Package: com.nokia.sdt.uimodel.tests
|