Skip to content

Commit 0a463c5

Browse files
committed
[26112] use commons io from target and remove from molemax bundle
1 parent 5707ff1 commit 0a463c5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-ClassPath: .,
4-
lib/org.eclipse.nebula.widgets.gallery_1.0.0.202303072132.jar,
5-
lib/org.apache.commons.io.jar
4+
lib/org.eclipse.nebula.widgets.gallery_1.0.0.202303072132.jar
65
Bundle-Name: Molemax Plug-in für Elexis
76
Bundle-SymbolicName: ch.elexis.molemax;singleton:=true
87
Bundle-Version: 3.10.0.qualifier
@@ -12,5 +11,6 @@ Require-Bundle: ch.elexis.core.l10n,
1211
ch.elexis.core.ui;bundle-version="3.9.0"
1312
Created-By: Buildr
1413
Bundle-RequiredExecutionEnvironment: JavaSE-11
15-
Import-Package: javax.inject
14+
Import-Package: javax.inject,
15+
org.apache.commons.io
1616

bundles/ch.elexis.molemax/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.xml,\
66
icons/,\
7-
lib/,\
8-
lib/org.apache.commons.io.jar
7+
lib/
98
bin.excludes = lib/org.eclipse.nebula.widgets.gallery.source_1.0.0.202303072132.jar
Binary file not shown.

0 commit comments

Comments
 (0)