-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
23 lines (23 loc) · 981 Bytes
/
MANIFEST.MF
File metadata and controls
23 lines (23 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-Name: KNIME Image Processing - Tess4J Integration
Bundle-SymbolicName: org.knime.knip.tess4j.base;singleton:=true
Bundle-ManifestVersion: 2
Bundle-Version: 1.3.3.qualifier
Bundle-Vendor: University of Konstanz
Require-Bundle: org.knime.base;bundle-version="[3.0.0,6.0.0)",
org.knime.workbench.repository;bundle-version="[3.0.0,6.0.0)",
org.apache.log4j;bundle-version="1.2.15",
org.eclipse.ui;bundle-version="3.107.0",
org.eclipse.core.runtime;bundle-version="3.11.0",
org.knime.knip.base;bundle-version="[1.5.0,2.0.0]",
org.knime.knip.core;bundle-version="[1.5.0,2.0.0)",
imglib2;bundle-version="5.3.0",
imagej-common;bundle-version="0.26.1",
scijava-common;bundle-version="2.74.2"
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ClassPath: knip_ocr.jar,
lib/jna.jar,
lib/tess4j-lw-3.0.0-SNAPSHOT.jar,
lib/lept4j-1.0.0-SNAPSHOT.jar
Bundle-Activator: org.knime.knip.tess4j.base.node.Tess4JNodeActivator
Bundle-ActivationPolicy: lazy