diff --git a/_data/voice.csv b/_data/voice.csv index 877592e2a..7ae6fe016 100644 --- a/_data/voice.csv +++ b/_data/voice.csv @@ -1,4 +1,3 @@ id,label,description marytts,Mary Text-to-Speech,"The Mary Text-to-Speech (TTS) service is a pure Java implementation of a TTS service, which uses the [MaryTTS](http://mary.dfki.de/) project of DFKI." voicerss,VoiceRSS Text-to-Speech,"VoiceRSS is an Internet based TTS service hosted at http://api.voicerss.org." -voicerss,VoiceRSS Text-to-Speech,"VoiceRSS is an Internet based TTS service hosted at http://api.voicerss.org." diff --git a/pom.xml b/pom.xml index 92e15457d..2ad039df3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,9 @@ ${basedir}/addons/bindings/ + + ${basedir}/addons/voice/ + ${basedir}/addons/uis/ @@ -295,8 +298,7 @@ if(name.contains('voice')) { def voiceId = it.name.replace('org.eclipse.smarthome.voice.', '').replace('org.openhab.voice.', '') - def simpleVoiceNameDir = new - File(voice.path, voiceId) + def simpleVoiceNameDir = new File(voice.path, voiceId) it.renameTo(simpleVoiceNameDir) def readme = new File(simpleVoiceNameDir.path, 'README.md')