595409fc41b9e3c903cde9ea320dbd197d9fb992
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Navigation Bundle
4 Bundle-SymbolicName: eu.etaxonomy.taxeditor.navigation;singleton:=true
5 Bundle-Version: 4.5.0.qualifier
6 Bundle-Vendor: EDIT
7 Export-Package: eu.etaxonomy.cdm,
8 eu.etaxonomy.taxeditor.navigation,
9 eu.etaxonomy.taxeditor.navigation.internal,
10 eu.etaxonomy.taxeditor.navigation.key.polytomous,
11 eu.etaxonomy.taxeditor.navigation.key.polytomous.operation,
12 eu.etaxonomy.taxeditor.navigation.navigator,
13 eu.etaxonomy.taxeditor.navigation.navigator.operation,
14 eu.etaxonomy.taxeditor.navigation.search
15 Require-Bundle: org.eclipse.ui,
16 org.eclipse.ui.navigator,
17 org.eclipse.ui.navigator.resources,
18 org.eclipse.core.expressions,
19 eu.etaxonomy.taxeditor.cdmlib,
20 eu.etaxonomy.taxeditor.store,
21 eu.etaxonomy.taxeditor.editor
22 Bundle-ActivationPolicy: lazy
23 Import-Package: org.eclipse.core.resources,
24 org.eclipse.core.runtime,
25 org.eclipse.core.runtime.jobs,
26 org.eclipse.equinox.app,
27 org.eclipse.ui.forms.widgets,
28 org.osgi.framework
29 Bundle-Activator: eu.etaxonomy.taxeditor.navigation.internal.TaxeditorNavigationPlugin
30 Bundle-RequiredExecutionEnvironment: JavaSE-1.7