Skip to content

Commit 26c9f15

Browse files
committed
#655 Update to latest jmdns
* fixed
1 parent ab3ffce commit 26c9f15

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
source.. = src/
21
output.. = bin/
32
bin.includes = plugin.xml,\
43
META-INF/,\
54
.,\
65
icons/,\
76
splash.bmp,\
8-
introContent.xml
7+
introContent.xml,\
8+
plugin_customization.ini
9+
source.. = src/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
2+
org.eclipse.ui.workbench/RUN_IN_BACKGROUND=false

io.sloeber.core/META-INF/MANIFEST.MF

+2-11
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ Bundle-Version: 4.1.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: Jan Baeyens
88
Bundle-ActivationPolicy: lazy
9-
Import-Package: io.sloeber.core.common,
10-
org.eclipse.cdt.core,
11-
org.eclipse.cdt.core.envvar,
12-
org.eclipse.cdt.core.language.settings.providers,
13-
org.eclipse.cdt.core.model,
14-
org.eclipse.cdt.core.settings.model,
15-
org.eclipse.cdt.core.settings.model.extension,
16-
org.eclipse.cdt.core.settings.model.util,
17-
org.eclipse.cdt.utils,
18-
org.eclipse.ui.dialogs
199
Bundle-Activator: io.sloeber.core.Activator
2010
Bundle-ClassPath: .,
2111
lib/jsch-0.1.50.jar,
@@ -35,6 +25,7 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
3525
org.eclipse.debug.ui,
3626
org.eclipse.ui.console,
3727
org.eclipse.ui.workbench,
38-
org.junit;bundle-version="4.12.0"
28+
org.junit;bundle-version="4.12.0",
29+
org.slf4j.api;bundle-version="1.7.2"
3930
Export-Package: io.sloeber.core.api,
4031
io.sloeber.core.common
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
2-
1+
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
2+
/instance/org.eclipse.ui.workbench/RUN_IN_BACKGROUND=false

0 commit comments

Comments
 (0)