0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: org.symbian.tools.wrttools
|
|
4 |
Bundle-SymbolicName: org.symbian.tools.wrttools
|
|
5 |
Bundle-Version: 1.0.0.qualifier
|
|
6 |
Bundle-Activator: org.symbian.tools.wrttools.Activator
|
|
7 |
Require-Bundle: org.eclipse.ui,
|
|
8 |
org.eclipse.core.runtime
|
|
9 |
Bundle-ActivationPolicy: lazy
|
|
10 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
11 |
Import-Package: org.eclipse.core.resources,
|
|
12 |
org.eclipse.jdt.ui,
|
|
13 |
org.eclipse.ui.console,
|
|
14 |
org.eclipse.ui.dialogs,
|
|
15 |
org.eclipse.ui.ide
|