taxeditor / eu.etaxonomy.taxeditor.bulkeditor / META-INF / MANIFEST.MF @ 39363db1
History | View | Annotate | Download (1.58 KB)
1 |
Manifest-Version: 1.0 |
---|---|
2 |
Bundle-ManifestVersion: 2 |
3 |
Bundle-Name: Bulkeditor Bundle |
4 |
Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true |
5 |
Bundle-Version: 5.1.0.qualifier |
6 |
Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin |
7 |
Bundle-Vendor: EDIT |
8 |
Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor, |
9 |
eu.etaxonomy.taxeditor.bulkeditor, |
10 |
eu.etaxonomy.taxeditor.bulkeditor.command, |
11 |
eu.etaxonomy.taxeditor.bulkeditor.e4, |
12 |
eu.etaxonomy.taxeditor.bulkeditor.input, |
13 |
eu.etaxonomy.taxeditor.bulkeditor.internal, |
14 |
eu.etaxonomy.taxeditor.bulkeditor.referencingobjects |
15 |
Require-Bundle: eu.etaxonomy.taxeditor.workbench, |
16 |
org.eclipse.ui, |
17 |
org.eclipse.core.runtime, |
18 |
org.eclipse.ui.editors, |
19 |
org.eclipse.core.expressions, |
20 |
eu.etaxonomy.taxeditor.store, |
21 |
eu.etaxonomy.taxeditor.cdmlib, |
22 |
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0.v20160229-1459", |
23 |
org.eclipse.e4.ui.workbench, |
24 |
org.eclipse.e4.core.di.annotations;bundle-version="1.5.0", |
25 |
org.eclipse.e4.ui.services, |
26 |
org.eclipse.e4.ui.di, |
27 |
org.eclipse.e4.core.contexts, |
28 |
org.eclipse.e4.core.services, |
29 |
org.eclipse.nebula.widgets.nattable.core, |
30 |
ca.odell.glazedlists, |
31 |
org.eclipse.nebula.widgets.nattable.extension.glazedlists |
32 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
33 |
Import-Package: eu.etaxonomy.taxeditor.editor, |
34 |
org.eclipse.core.runtime, |
35 |
org.eclipse.equinox.app, |
36 |
org.eclipse.jface.text, |
37 |
org.eclipse.jface.text.presentation, |
38 |
org.eclipse.jface.text.reconciler, |
39 |
org.eclipse.jface.text.rules, |
40 |
org.eclipse.jface.text.source, |
41 |
org.eclipse.ui.views.properties, |
42 |
org.osgi.framework |
43 |
Bundle-ActivationPolicy: lazy |