Update Kõnele to 1.2.04 (1204)

This commit is contained in:
Boris Kraut 2015-06-28 14:03:11 +02:00
parent 161630c1e2
commit 0739f209eb

View file

@ -41,6 +41,25 @@ Build:1.2.00,1200
gradle makeDiagrams && \
popd
Build:1.2.04,1204
commit=v1.2.04
subdir=app
gradle=yes
srclibs=NetSpeechApi@f4290467ac222a8a3c4235c1bbae3d95c0fdc8c2
rm=app/libs/*.jar
prebuild=pushd $$NetSpeechApi$$ && \
$$MVN3$$ install -DskipTests && \
popd && \
sed -i -e '/mavenCentral/amavenLocal()' ../build.gradle && \
sed -i -e '/fileTree/acompile "ee.ioc.phon.netspeechapi:net-speech-api:0.1.8"\n' build.gradle && \
echo '-keep class org.apache.http.** {*; }' >> proguard.cfg && \
echo '-dontwarn org.apache.http.**' >> proguard.cfg && \
sed -i -e '/sourceSets/ipackagingOptions {\nexclude "META-INF/LICENSE.txt"\nexclude "META-INF/LICENSE"\nexclude "META-INF/NOTICE.txt"\nexclude "META-INF/NOTICE"\n}' build.gradle && \
pushd .. && \
gradle makeIcons && \
gradle makeDiagrams && \
popd
Maintainer Notes:
The makeIcons and makeDiagrams tasks don't provide `cleaning`, hence we cannot
use preassemble= here.