0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: %pluginName
|
|
4 |
Bundle-SymbolicName: com.symbian.driver.plugins.reboot;singleton:=true
|
|
5 |
Bundle-Version: 1.0.0
|
|
6 |
Bundle-Activator: com.symbian.driver.plugins.reboot.Activator
|
|
7 |
Bundle-Vendor: %providerName
|
|
8 |
Require-Bundle: org.eclipse.ui,
|
|
9 |
org.eclipse.core.runtime,
|
|
10 |
com.symbian.driver.core,
|
|
11 |
org.junit,
|
|
12 |
com.symbian.utils,
|
|
13 |
org.apache.commons_cli,
|
|
14 |
org.eclipse.debug.ui,
|
|
15 |
org.eclipse.debug.core
|
|
16 |
Eclipse-LazyStart: true
|