mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Update nrjavaserial, Fixes #101
Signed-off-by: Chris Van Orman <vanorman.chris@gmail.com>
This commit is contained in:
parent
f3750ec48c
commit
ba9ff5389f
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
bin.includes = META-INF/,\
|
||||
lib/nrjavaserial-3.9.3.jar
|
||||
lib/nrjavaserial-3.12.1.jar
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user