removed start-level from transformation features again as this is now defined on the ESH features directly (#106)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2016-12-30 22:42:51 +01:00 committed by GitHub
parent b1e0a71795
commit 616a8cbafe

View File

@ -40,35 +40,35 @@
<!-- transformation -->
<feature name="openhab-transformation-exec" description="Exec Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-exec" description="Exec Transformation" version="${esh.version}">
<feature>esh-transform-exec</feature>
</feature>
<feature name="openhab-transformation-javascript" description="Javascript Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-javascript" description="Javascript Transformation" version="${esh.version}">
<feature>esh-transform-javascript</feature>
</feature>
<feature name="openhab-transformation-map" description="Map Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-map" description="Map Transformation" version="${esh.version}">
<feature>esh-transform-map</feature>
</feature>
<feature name="openhab-transformation-scale" description="Scale Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-scale" description="Scale Transformation" version="${esh.version}">
<feature>esh-transform-scale</feature>
</feature>
<feature name="openhab-transformation-regex" description="RegEx Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-regex" description="RegEx Transformation" version="${esh.version}">
<feature>esh-transform-regex</feature>
</feature>
<feature name="openhab-transformation-xpath" description="XPath Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-xpath" description="XPath Transformation" version="${esh.version}">
<feature>esh-transform-xpath</feature>
</feature>
<feature name="openhab-transformation-jsonpath" description="JSONPath Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-jsonpath" description="JSONPath Transformation" version="${esh.version}">
<feature>esh-transform-jsonpath</feature>
</feature>
<feature name="openhab-transformation-xslt" description="XSLT Transformation" version="${esh.version}" start-level="70">
<feature name="openhab-transformation-xslt" description="XSLT Transformation" version="${esh.version}">
<feature>esh-transform-xslt</feature>
</feature>