mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
added mactts feature and added esh-addons to verification (#43)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
01c44a5223
commit
1d5df6f2d1
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user