added mactts feature and added esh-addons to verification (#43)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2016-04-26 21:48:05 +02:00
parent 01c44a5223
commit 1d5df6f2d1
2 changed files with 14 additions and 0 deletions

View File

@ -65,4 +65,10 @@
<feature>esh-transform-xslt</feature>
</feature>
<!-- voice -->
<feature name="openhab-voice-mactts" description="MacOS Text-to-Speech" version="${esh.version}">
<feature>esh-voice-mactts</feature>
</feature>
</features>

View File

@ -37,6 +37,13 @@
<classifier>features</classifier>
<type>xml</type>
</dependency>
<dependency>
<groupId>org.openhab.core</groupId>
<artifactId>openhab-esh-addons</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
</dependencies>
<build>
@ -68,6 +75,7 @@
<descriptor>mvn:org.eclipse.smarthome/karaf/${esh.version}/xml/features</descriptor>
<descriptor>mvn:org.eclipse.smarthome/karaf-tp/${esh.version}/xml/features</descriptor>
<descriptor>mvn:org.openhab.core/openhab-core/${project.version}/xml/features</descriptor>
<descriptor>mvn:org.openhab.core/openhab-esh-addons/${project.version}/xml/features</descriptor>
</descriptors>
<distribution>org.apache.karaf.features:framework</distribution>
<javase>1.8</javase>