Update nrjavaserial, Fixes #101

Signed-off-by: Chris Van Orman <vanorman.chris@gmail.com>
This commit is contained in:
Chris Van Orman 2016-12-22 17:07:53 -07:00 committed by Kai Kreuzer
parent f3750ec48c
commit ba9ff5389f
5 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/nrjavaserial-3.9.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/nrjavaserial-3.12.1.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@ -5,6 +5,6 @@ Bundle-SymbolicName: org.openhab.io.transport.serial
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: lib/nrjavaserial-3.9.3.jar
Bundle-ClassPath: lib/nrjavaserial-3.12.1.jar
Export-Package: gnu.io
Import-Package: gnu.io

View File

@ -1,2 +1,2 @@
bin.includes = META-INF/,\
lib/nrjavaserial-3.9.3.jar
lib/nrjavaserial-3.12.1.jar