1
|
Manifest-Version: 1.0
|
2
|
Bundle-ManifestVersion: 2
|
3
|
Bundle-Name: EDIT Taxonomic Editor
|
4
|
Bundle-SymbolicName: eu.etaxonomy.taxeditor.application;singleton:=true
|
5
|
Bundle-Version: 3.0.0.qualifier
|
6
|
Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin
|
7
|
Bundle-Vendor: EDIT
|
8
|
Bundle-Localization: plugin
|
9
|
Export-Package: eu.etaxonomy.taxeditor
|
10
|
Bundle-ActivationPolicy: lazy
|
11
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
12
|
Import-Package: org.apache.log4j,
|
13
|
org.eclipse.equinox.app,
|
14
|
org.osgi.framework,
|
15
|
org.osgi.service.packageadmin
|
16
|
Require-Bundle: org.eclipse.ui,
|
17
|
org.eclipse.core.runtime,
|
18
|
eu.etaxonomy.taxeditor.store,
|
19
|
eu.etaxonomy.taxeditor.navigation,
|
20
|
eu.etaxonomy.taxeditor.bulkeditor,
|
21
|
eu.etaxonomy.taxeditor.editor,
|
22
|
eu.etaxonomy.taxeditor.printpublisher,
|
23
|
org.eclipse.equinox.ds,
|
24
|
org.eclipse.equinox.util,
|
25
|
org.eclipse.equinox.p2.core,
|
26
|
org.eclipse.equinox.p2.ui,
|
27
|
org.eclipse.equinox.p2.ui.sdk,
|
28
|
org.eclipse.equinox.p2.updatechecker,
|
29
|
org.eclipse.equinox.p2.operations,
|
30
|
org.eclipse.pde.junit.runtime;bundle-version="3.4.100"
|