(no commit message)
[taxeditor.git] / taxeditor-printpublisher / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: CDM Print Publisher Plugin
4 Bundle-SymbolicName: eu.etaxonomy.printpublisher.plugin;singleton:=true
5 Bundle-Version: 1.0.0.qualifier
6 Require-Bundle: org.eclipse.osgi;bundle-version="3.5.2",
7 org.eclipse.ui;bundle-version="3.5.2",
8 eu.etaxonomy.cdmlib;bundle-version="2.4.0",
9 eu.etaxonomy.printpublisher.core;bundle-version="1.0.0",
10 eu.etaxonomy.taxeditor.editor;bundle-version="2.1.0",
11 eu.etaxonomy.taxeditor.store;bundle-version="2.1.0"
12 Import-Package: org.apache.log4j,
13 org.eclipse.core.runtime;version="3.4.0",
14 org.osgi.framework;version="1.5.0"
15 Bundle-ActivationPolicy: lazy
16 Bundle-Vendor: EDIT
17 Bundle-Activator: eu.etaxonomy.printpublisher.internal.PrintpublisherPlugin
18 Bundle-RequiredExecutionEnvironment: JavaSE-1.6