mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-27 12:41:32 +01:00
Revert "Update nrjavaserial, Fixes #101"
This reverts commit ba9ff5389f
.
This commit is contained in:
parent
ba9ff5389f
commit
fcc1bcb2ec
@ -2,6 +2,6 @@
|
|||||||
<classpath>
|
<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.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 kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/nrjavaserial-3.12.1.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/nrjavaserial-3.9.3.jar"/>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
@ -5,6 +5,6 @@ Bundle-SymbolicName: org.openhab.io.transport.serial
|
|||||||
Bundle-Version: 2.0.0.qualifier
|
Bundle-Version: 2.0.0.qualifier
|
||||||
Bundle-Vendor: openHAB.org
|
Bundle-Vendor: openHAB.org
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||||
Bundle-ClassPath: lib/nrjavaserial-3.12.1.jar
|
Bundle-ClassPath: lib/nrjavaserial-3.9.3.jar
|
||||||
Export-Package: gnu.io
|
Export-Package: gnu.io
|
||||||
Import-Package: gnu.io
|
Import-Package: gnu.io
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
lib/nrjavaserial-3.12.1.jar
|
lib/nrjavaserial-3.9.3.jar
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user