0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Carbide.c++ Extensions - Creator Script Editor
|
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.creator; singleton:=true
|
|
5 |
Bundle-Version: 1.2.0
|
|
6 |
Bundle-Activator: com.nokia.s60tools.creator.CreatorActivator
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Require-Bundle: org.eclipse.ui,
|
|
9 |
org.eclipse.core.runtime,
|
|
10 |
org.eclipse.jface.text,
|
|
11 |
org.eclipse.core.resources,
|
|
12 |
org.eclipse.ui.editors,
|
|
13 |
org.eclipse.ui.workbench.texteditor,
|
|
14 |
org.eclipse.ui.ide,
|
|
15 |
com.nokia.s60tools.ui,
|
|
16 |
com.nokia.s60tools.util,
|
|
17 |
com.nokia.s60tools.hticonnection;bundle-version="1.0.0";resolution:=optional,
|
|
18 |
com.nokia.carbide.cdt.builder;bundle-version="2.0.0"
|
|
19 |
Bundle-ActivationPolicy: lazy
|
|
20 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|