Reconfigure and apply Spotless (#1442)

Adds a configuration for feature.xml files which will be necessary for https://github.com/openhab/static-code-analysis/pull/375

Also applies the results of running Spotless

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-04-23 17:17:12 +02:00
committed by GitHub
parent d371a34321
commit ed4b5ff94b
10 changed files with 45 additions and 36 deletions
@@ -129,8 +129,7 @@
<feature dependency="true">openhab.tp-jbbp</feature>
</feature>
<feature name="openhab-core-io-console-karaf" description="Karaf Console support for SmartHome stuff"
version="${project.version}">
<feature name="openhab-core-io-console-karaf" description="Karaf Console support for SmartHome stuff" version="${project.version}">
<feature>openhab-core-base</feature>
<feature>shell</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.console.karaf/${project.version}</bundle>
@@ -469,8 +468,7 @@
</config>
</feature>
<feature name="openhab-runtime-certificate" description="SSL Certificate Generator"
version="${project.version}">
<feature name="openhab-runtime-certificate" description="SSL Certificate Generator" version="${project.version}">
<bundle start-level="20">mvn:org.openhab.core.bundles/org.openhab.core.io.jetty.certificate/${project.version}</bundle>
</feature>
@@ -43,8 +43,7 @@
<bundle>mvn:org.eclipse.californium/scandium/2.0.0</bundle>
</feature>
<feature name="openhab.tp-commons-net" description="The Apache Commons Net library"
version="${project.version}">
<feature name="openhab.tp-commons-net" description="The Apache Commons Net library" version="${project.version}">
<capability>openhab.tp;feature=commons-net;version=3.3</capability>
<bundle dependency="true">mvn:commons-net/commons-net/3.3</bundle>
</feature>
@@ -170,8 +169,7 @@
<bundle>mvn:de.jollyday/jollyday/0.5.8</bundle>
</feature>
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java."
version="${project.version}">
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
<capability>openhab.tp;feature=jmdns;version=3.5.5</capability>
<bundle>mvn:org.jmdns/jmdns/3.5.5</bundle>
</feature>
@@ -217,8 +215,7 @@
<bundle>mvn:com.neuronrobotics/nrjavaserial/3.20.0</bundle>
</feature>
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy"
version="${project.version}">
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy" version="${project.version}">
<capability>openhab.tp;feature=xtext;version=2.19.0</capability>
<bundle>mvn:org.eclipse.xtext/org.eclipse.xtext/2.19.0</bundle>
@@ -270,11 +267,9 @@
<bundle dependency="true">mvn:org.eclipse.xtext/org.eclipse.xtext.xbase.ide/2.19.0</bundle>
</feature>
<!-- <feature name="openhab.tp-swagger-annotations" description="Swagger Annotations" version="${project.version}"> <bundle
dependency="true">mvn:io.swagger/swagger-annotations/1.5.5</bundle> </feature> -->
<!-- <feature name="openhab.tp-swagger-annotations" description="Swagger Annotations" version="${project.version}"> <bundle dependency="true">mvn:io.swagger/swagger-annotations/1.5.5</bundle> </feature> -->
<feature name="openhab.tp-swagger-jax-rs-provider" description="JAX-RS provider for Swagger integration"
version="${project.version}">
<feature name="openhab.tp-swagger-jax-rs-provider" description="JAX-RS provider for Swagger integration" version="${project.version}">
<details>
This feature is currently only for external usage by products and not used by openHAB Core itself.
</details>