Revert "Barcode Scanner: also build android-core, use maven"

v4.6.4 didn't have any java files under android-core yet. Also this
change did not work for v4.7.0

This reverts commit 0a81bb2694.
This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2014-05-26 00:04:40 +03:00
parent 711f72affe
commit 065cbf3603

View file

@ -84,9 +84,9 @@ Build:4.6.3,98
Build:4.6.4,99
commit=BS-4.6.4
subdir=android
maven=yes
build=$$MVN3$$ package -f ../core/pom.xml && \
$$MVN3$$ package -f ../android-core/pom.xml
target=android-19
prebuild=echo -e "java.source=7\njava.target=7" >> local.properties
build=$$MVN3$$ package -f ../core/pom.xml
Build:4.7.0,100
commit=BS-4.7.0