Removed author-tags from binding definitions (#1656)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>pull/1669/head
parent
bf61b10afc
commit
728dbb6aa2
|
@ -29,12 +29,12 @@ The structure of a binding follows the structure of a typical OSGi bundle projec
|
||||||
|- doc Images and other assets used in the Readme.md
|
|- doc Images and other assets used in the Readme.md
|
||||||
|- src/main
|
|- src/main
|
||||||
|---- feature
|
|---- feature
|
||||||
|-------- feature.xml Your OSGI feature file
|
|-------- feature.xml Your OSGI feature file
|
||||||
|---- java Your Java code
|
|---- java Your Java code
|
||||||
|-------- 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
|
||||||
|
@ -42,9 +42,9 @@ The structure of a binding follows the structure of a typical OSGi bundle projec
|
||||||
|---- thing One or more xml files with thing descriptions
|
|---- thing One or more xml files with thing descriptions
|
||||||
|-------- *.xml
|
|-------- *.xml
|
||||||
|- src/test
|
|- src/test
|
||||||
|---- java It's easy to write unit tests and fellow developers will thank you
|
|---- java It's easy to write unit tests and fellow developers will thank you
|
||||||
|-------- org/openhab/[...]
|
|-------- org/openhab/[...]
|
||||||
|---- resources Any resource files used in your unit tests, like test data
|
|---- resources Any resource files used in your unit tests, like test data
|
||||||
|-------- [...]
|
|-------- [...]
|
||||||
|- NOTICE License information
|
|- NOTICE License information
|
||||||
| 3rd party content has to be given in the NOTICE file
|
| 3rd party content has to be given in the NOTICE file
|
||||||
|
|
Loading…
Reference in New Issue