Skip to content

Commit 15f8a30

Browse files
committed
#1384 The included jrexxx java is incompatible with gson
1 parent ec7e24c commit 15f8a30

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

io.sloeber.core/.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/"/>
4+
<classpathentry exported="true" kind="lib" path="lib/gson-2.8.8.jar"/>
45
<classpathentry exported="true" kind="lib" path="lib/jssc-2.9.2.jar"/>
56
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
67
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Bundle-Activator: io.sloeber.core.Activator
1010
Bundle-ClassPath: .,
1111
lib/jsch-0.1.50.jar,
1212
lib/jmdns-3.5.3.jar,
13-
lib/jssc-2.9.2.jar
13+
lib/jssc-2.9.2.jar,
14+
lib/gson-2.8.8.jar
1415
Require-Bundle: org.eclipse.cdt.managedbuilder.core,
1516
org.eclipse.core.filesystem,
1617
org.eclipse.cdt.core;bundle-version="7.0.0",
1718
org.apache.commons.compress,
1819
org.apache.commons.lang,
19-
com.google.gson,
2020
org.eclipse.equinox.security,
2121
org.eclipse.core.runtime,
2222
org.apache.commons.io;bundle-version="2.0.0",

io.sloeber.core/build.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ bin.includes = .,\
1212
lib/jmdns-3.5.3.jar,\
1313
lib/jsch-0.1.50.jar,\
1414
OSGI-INF/l10n/bundle.properties,\
15-
lib/jssc-2.9.2.jar
15+
lib/jssc-2.9.2.jar,\
16+
lib/gson-2.8.8.jar
1617
jars.compile.order = .
649 KB
Binary file not shown.
152 KB
Binary file not shown.

io.sloeber.core/lib/gson-2.8.8.jar

236 KB
Binary file not shown.

0 commit comments

Comments
 (0)