Removed author-tags from binding definitions (#1656)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/1669/head
Christoph Weitkamp 2021-10-31 19:49:37 +01:00 committed by GitHub
parent bf61b10afc
commit 728dbb6aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ The structure of a binding follows the structure of a typical OSGi bundle projec
|-------- org/openhab/[...] |-------- org/openhab/[...]
|- src/main/resources/OH-INF |- src/main/resources/OH-INF
|---- binding |---- binding
|-------- binding.xml Binding name, description, author and other meta data |-------- binding.xml Binding name, description and other meta data
|---- config Configuration description files when not in things files |---- config Configuration description files when not in things files
|-------- *.xml |-------- *.xml
|---- i18n Your localized binding texts |---- i18n Your localized binding texts