Skip to content

Commit

Permalink
Merge pull request openhab#4115 from lolodomo/freebox
Browse files Browse the repository at this point in the history
Freebox binding: fix FTP config compatibility with firmware 3.3
  • Loading branch information
teichsta committed Mar 6, 2016
2 parents 3e31b79 + a9d0c16 commit 3f5e434
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/binding/org.openhab.binding.freebox/.classpath
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry exported="true" kind="lib" path="lib/freeboxos-client-0.3.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/freeboxos-client-0.3.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-15.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.3.1.jar"/>
Original file line number Diff line number Diff line change
@@ -38,4 +38,4 @@ Bundle-ClassPath: .,
lib/jackson-mapper-asl-1.9.13.jar,
lib/json_simple-1.1.jar,
lib/commons-codec-1.6.jar,
lib/freeboxos-client-0.3.7.jar
lib/freeboxos-client-0.3.8.jar
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@ bin.includes = META-INF/,\
lib/jackson-mapper-asl-1.9.13.jar,\
lib/json_simple-1.1.jar,\
lib/commons-codec-1.6.jar,\
lib/freeboxos-client-0.3.7.jar
lib/freeboxos-client-0.3.8.jar
output.. = target/classes/
Binary file not shown.
Binary file not shown.

0 comments on commit 3f5e434

Please sign in to comment.