mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-04 08:03:53 +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>esh-transform-xslt</feature>
|
||||||
</feature>
|
</feature>
|
||||||
|
|
||||||
|
<!-- voice -->
|
||||||
|
|
||||||
|
<feature name="openhab-voice-mactts" description="MacOS Text-to-Speech" version="${esh.version}">
|
||||||
|
<feature>esh-voice-mactts</feature>
|
||||||
|
</feature>
|
||||||
|
|
||||||
</features>
|
</features>
|
@ -37,6 +37,13 @@
|
|||||||
<classifier>features</classifier>
|
<classifier>features</classifier>
|
||||||
<type>xml</type>
|
<type>xml</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.openhab.core</groupId>
|
||||||
|
<artifactId>openhab-esh-addons</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<classifier>features</classifier>
|
||||||
|
<type>xml</type>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -68,6 +75,7 @@
|
|||||||
<descriptor>mvn:org.eclipse.smarthome/karaf/${esh.version}/xml/features</descriptor>
|
<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.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-core/${project.version}/xml/features</descriptor>
|
||||||
|
<descriptor>mvn:org.openhab.core/openhab-esh-addons/${project.version}/xml/features</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
<distribution>org.apache.karaf.features:framework</distribution>
|
<distribution>org.apache.karaf.features:framework</distribution>
|
||||||
<javase>1.8</javase>
|
<javase>1.8</javase>
|
||||||
|
Loading…
Reference in New Issue
Block a user