Skip to content

Commit

Permalink
Fixing issue #3288
Browse files Browse the repository at this point in the history
Updating :  org.eclipse.paho.client.mqttv3-1.0.2-3.jar to org.eclipse.paho.client.mqttv3-1.2.5
  • Loading branch information
LucasGrjs authored and LucasGrjs committed May 4, 2022
1 parent d4750ea commit 2aa7439
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ummisco.gama.network/.classpath
Expand Up @@ -6,6 +6,7 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="ext/org.eclipse.paho.client.mqttv3-1.2.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
Expand All @@ -14,7 +15,6 @@
<classpathentry kind="lib" path="ext/jSerialComm-1.3.11.jar"/>
<classpathentry kind="lib" path="ext/arduino.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="ext/org.eclipse.paho.client.mqttv3-1.0.2-3.jar"/>
<classpathentry exported="true" kind="lib" path="ext/Java-WebSocket-1.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="ext/slf4j-api-2.0.0-alpha1.jar"/>
<classpathentry kind="output" path="bin"/>
Expand Down
4 changes: 2 additions & 2 deletions ummisco.gama.network/META-INF/MANIFEST.MF
Expand Up @@ -51,11 +51,11 @@ Export-Package: org.eclipse.paho.client.mqttv3,
Require-Bundle: msi.gama.core,
ummisco.gama.serialize
Bundle-ClassPath: .,
ext/org.eclipse.paho.client.mqttv3-1.0.2-3.jar,
ext/arduino.jar,
ext/jSerialComm-1.3.11.jar,
ext/Java-WebSocket-1.5.3.jar,
ext/slf4j-api-2.0.0-alpha1.jar
ext/slf4j-api-2.0.0-alpha1.jar,
ext/org.eclipse.paho.client.mqttv3-1.2.5.jar
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: ummisco.gama.network

1 change: 1 addition & 0 deletions ummisco.gama.network/build.properties
Expand Up @@ -9,4 +9,5 @@ bin.includes = META-INF/,\
ext/arduino.jar,\
ext/jSerialComm-1.3.11.jar,\
ext/Java-WebSocket-1.5.3.jar,\
ext/org.eclipse.paho.client.mqttv3-1.2.5.jar, \
ext/slf4j-api-2.0.0-alpha1.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 2aa7439

Please sign in to comment.