Skip to content

Commit cafcf3d

Browse files
committed
fix bundling
1 parent c83a492 commit cafcf3d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

org.knime.scijava.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.11.0",
1212
scijava-log-slf4j;bundle-version="1.0.2"
1313
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1414
Bundle-ActivationPolicy: lazy
15-
Bundle-ClassPath: scijava_scripting_core
15+
Bundle-ClassPath: .
1616
Export-Package: org.knime.scijava.core,
1717
org.knime.scijava.core.pluginindex

org.knime.scijava.core/build.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ bin.includes = plugin.xml,\
44
README.TXT,\
55
schema/,\
66
lib/,\
7-
icons
7+
icons,\
8+
.
89
.
910
src.includes = lib/src/,\
1011
src/
1112
output.scijava-core.jar = bin/
1213
jars.compile.order = scijava-core.jar
13-
source.scijava_scripting_core = src/
14+
source.. = src/

0 commit comments

Comments
 (0)