Calculator: Update slider library, WIP for #26

This commit is contained in:
Boris Kraut 2014-07-13 12:35:08 +02:00
parent 0f724e60e7
commit b116a4259f

View file

@ -73,12 +73,12 @@ Build:v3.4.2,49
target=android-17
Build:4.3,63
disable=slider not up-to-date
disabled=google glass and wearable jars
commit=7ad3de71422a75b7c3865835b53cf1f6ca64a6ce
subdir=Calculator
rm=Calculator/libs/slider.jar,Calculator/libs/ejml*jar,Calculator/libs/gson*jar,Calculator/libs/wearable-preview-support.jar,Calculator/libs/gdk.jar
gradle=yes
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,Slider@6a7323975473116679b350df23cd3826bc42680e
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,Slider@00020deb7fa5499bb33cc4471af2bd5256d10e78
prebuild=pushd $$EJML$$ && $$MVN3$$ package && popd && cp $$EJML$$/target/ejml-0.25.jar libs/ && \
pushd $$Google-Gson$$ && $$MVN3$$ package && popd && cp $$Google-Gson$$/target/gson-2.2.4.jar libs/ && \
pushd $$Slider$$ && android update project -p ./ && ant release && popd && cp $$Slider$$/bin/classes.jar libs/slider.jar && \
@ -89,7 +89,7 @@ Maintainer Notes:
* REPLACED ejml-0.21.jar with source-build 0.25 from upsteam.
* CHECKED arity-2.1.6.jar against https://code.google.com/p/arity-calculator/source/browse/libs/arity-2.1.6.jar from the original author as https://code.google.com/p/arity/ is no longer available -- missing source!
* REPLACED gdk.jar with file from Android Glass Development Kit.
* REPLACED slider.jar with source-build version -- seems not to be updated; issue opened.
* REPLACED slider.jar with source-build latest from upstream
* REMOVED wearable-preview-support.jar -- builds, but does it run?
.