Skip to content

Commit

Permalink
Revert "Update nrjavaserial, Fixes openhab#101"
Browse files Browse the repository at this point in the history
This reverts commit ba9ff53.
  • Loading branch information
kaikreuzer committed Dec 27, 2016
1 parent ba9ff53 commit fcc1bcb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.io.transport.serial/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/nrjavaserial-3.9.3.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1.jar
Bundle-ClassPath: lib/nrjavaserial-3.9.3.jar
Export-Package: gnu.io
Import-Package: gnu.io
2 changes: 1 addition & 1 deletion bundles/org.openhab.io.transport.serial/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin.includes = META-INF/,\
lib/nrjavaserial-3.12.1.jar
lib/nrjavaserial-3.9.3.jar
Binary file not shown.
Binary file not shown.

0 comments on commit fcc1bcb

Please sign in to comment.