Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[androiddebugbridge] Timout fix and code improvements #41

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bom/smarthomej-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<name>SmartHome/J Add-ons :: BOM :: SmartHome/J Add-ons</name>

<dependencies>
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.binding.androiddebugbridge</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.smarthomej.addons.bundles</groupId>
<artifactId>org.smarthomej.binding.amazonechocontrol</artifactId>
Expand Down
21 changes: 21 additions & 0 deletions bundles/org.smarthomej.binding.androiddebugbridge/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
This content is produced and maintained by the SmartHome/J project.

* Project home: https://www.smarthomej.org

== Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/.

== Source Code

https://github.com/smarthomej/addons

Parts of this code have been forked from https://github.com/openhab/openhab-addons

== Third-party Content

adblib
* License: BSD 3-Clause
* Source: https://github.com/tananaev/adblib
Loading