0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: Carbide.c++ Extensions - Metadata Editor
|
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.metadataeditor; singleton:=true
|
|
5 |
Bundle-Version: 1.1.2
|
|
6 |
Bundle-Activator: com.nokia.s60tools.metadataeditor.MetadataEditorActivator
|
|
7 |
Bundle-Vendor: Nokia
|
|
8 |
Require-Bundle: org.eclipse.ui,
|
|
9 |
org.eclipse.core.runtime,
|
|
10 |
org.eclipse.jface.text,
|
|
11 |
org.eclipse.ui.editors,
|
|
12 |
org.eclipse.ui.workbench.texteditor,
|
|
13 |
org.eclipse.ui.ide,
|
|
14 |
org.eclipse.core.resources,
|
|
15 |
com.nokia.s60tools.util,
|
|
16 |
org.eclipse.help,
|
|
17 |
org.eclipse.core.filesystem
|
|
18 |
Bundle-ActivationPolicy: lazy
|
|
19 |
Export-Package: com.nokia.s60tools.metadataeditor,
|
|
20 |
com.nokia.s60tools.metadataeditor.common,
|
|
21 |
com.nokia.s60tools.metadataeditor.core,
|
|
22 |
com.nokia.s60tools.metadataeditor.dialogs,
|
|
23 |
com.nokia.s60tools.metadataeditor.editors,
|
|
24 |
com.nokia.s60tools.metadataeditor.util,
|
|
25 |
com.nokia.s60tools.metadataeditor.wizards,
|
|
26 |
com.nokia.s60tools.metadataeditor.xml
|
|
27 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|