Skip to content

Commit 878cfe2

Browse files
author
jantje
committed
update the libraries
1 parent c0eba84 commit 878cfe2

9 files changed

+15
-11
lines changed

io.sloeber.core/.classpath

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src/"/>
4-
<classpathentry exported="true" kind="lib" path="lib/jssc-2.9.2.jar"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
5+
<attributes>
6+
<attribute name="module" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry exported="true" kind="lib" path="lib/jssc-2.9.4.jar"/>
610
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
7-
<classpathentry exported="true" kind="lib" path="lib/jsch-0.1.50.jar"/>
8-
<classpathentry exported="true" kind="lib" path="lib/jmdns-3.5.3.jar"/>
11+
<classpathentry kind="lib" path="lib/jsch-0.1.55.jar"/>
12+
<classpathentry kind="lib" path="lib/jmdns-3.5.7.jar"/>
913
<classpathentry kind="output" path="bin"/>
1014
</classpath>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Bundle-Vendor: Sloeber.io
88
Bundle-ActivationPolicy: lazy
99
Bundle-Activator: io.sloeber.core.Activator
1010
Bundle-ClassPath: .,
11-
lib/jsch-0.1.50.jar,
12-
lib/jmdns-3.5.3.jar,
13-
lib/jssc-2.9.2.jar
11+
lib/jsch-0.1.55.jar,
12+
lib/jssc-2.9.4.jar,
13+
lib/jmdns-3.5.7.jar
1414
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
1515
org.eclipse.core.filesystem,
1616
org.eclipse.cdt.core;bundle-version="7.0.0",

io.sloeber.core/build.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ bin.includes = .,\
99
config/,\
1010
OSGI-INF/,\
1111
src/io/sloeber/core/templates/sketch.ino,\
12-
lib/jmdns-3.5.3.jar,\
13-
lib/jsch-0.1.50.jar,\
12+
lib/jsch-0.1.55.jar,\
1413
OSGI-INF/l10n/bundle.properties,\
15-
lib/jssc-2.9.2.jar
14+
lib/jssc-2.9.4.jar,\
15+
lib/jmdns-3.5.7.jar
1616
jars.compile.order = .

io.sloeber.core/lib/jmdns-3.5.3.jar

-209 KB
Binary file not shown.

io.sloeber.core/lib/jmdns-3.5.7.jar

211 KB
Binary file not shown.

io.sloeber.core/lib/jsch-0.1.50.jar

-243 KB
Binary file not shown.

io.sloeber.core/lib/jsch-0.1.55.jar

274 KB
Binary file not shown.

io.sloeber.core/lib/jssc-2.9.2.jar

-411 KB
Binary file not shown.

io.sloeber.core/lib/jssc-2.9.4.jar

497 KB
Binary file not shown.

0 commit comments

Comments
 (0)