Project

General

Profile

Download (1.1 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3 4d1c677b n.hoffmann
Bundle-Name: Navigation Bundle
4 e8409423 n.hoffmann
Bundle-SymbolicName: eu.etaxonomy.taxeditor.navigation;singleton:=true
5 82b02bfc jenkins
Bundle-Version: 4.3.0
6 e8409423 n.hoffmann
Bundle-Vendor: EDIT
7 2d9a13f7 n.hoffmann
Export-Package: eu.etaxonomy.cdm,
8
 eu.etaxonomy.taxeditor.navigation,
9
 eu.etaxonomy.taxeditor.navigation.internal,
10 ba38418d n.hoffmann
 eu.etaxonomy.taxeditor.navigation.key.polytomous,
11 986bf16c Cherian Mathew
 eu.etaxonomy.taxeditor.navigation.key.polytomous.operation,
12 2d9a13f7 n.hoffmann
 eu.etaxonomy.taxeditor.navigation.navigator,
13 e70b1617 Cherian Mathew
 eu.etaxonomy.taxeditor.navigation.navigator.operation,
14 4d1c677b n.hoffmann
 eu.etaxonomy.taxeditor.navigation.search
15 27b59ab1 n.hoffmann
Require-Bundle: org.eclipse.ui,
16
 org.eclipse.ui.navigator,
17
 org.eclipse.ui.navigator.resources,
18 30f3257c n.hoffmann
 org.eclipse.core.expressions,
19 b6f47468 n.hoffmann
 eu.etaxonomy.taxeditor.cdmlib,
20 203d4dca n.hoffmann
 eu.etaxonomy.taxeditor.store,
21
 eu.etaxonomy.taxeditor.editor
22 e8409423 n.hoffmann
Bundle-ActivationPolicy: lazy
23 30f3257c n.hoffmann
Import-Package: org.eclipse.core.resources,
24
 org.eclipse.core.runtime,
25 3663e589 n.hoffmann
 org.eclipse.core.runtime.jobs,
26 30f3257c n.hoffmann
 org.eclipse.equinox.app,
27 27b59ab1 n.hoffmann
 org.eclipse.ui.forms.widgets,
28 30f3257c n.hoffmann
 org.osgi.framework
29 09c72303 n.hoffmann
Bundle-Activator: eu.etaxonomy.taxeditor.navigation.internal.TaxeditorNavigationPlugin
30 f04ebb2b Cherian Mathew
Bundle-RequiredExecutionEnvironment: JavaSE-1.7