From bd3d71e6cbd9b984ff138ee4e6eed3e2643cafbf Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 11 Jul 2014 01:30:12 +0200 Subject: [PATCH] Calculator: Replace some jars (disabled) --- metadata/com.android2.calculator3.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/metadata/com.android2.calculator3.txt b/metadata/com.android2.calculator3.txt index 77fa162284..72d8ebeb84 100644 --- a/metadata/com.android2.calculator3.txt +++ b/metadata/com.android2.calculator3.txt @@ -73,24 +73,24 @@ Build:v3.4.2,49 target=android-17 Build:4.3,63 - disable=unverified jars + disable=slider not up-to-date commit=7ad3de71422a75b7c3865835b53cf1f6ca64a6ce subdir=Calculator - rm=Calculator/libs/ejml*jar,Calculator/libs/gson*jar,Calculator/libs/slider.jar + 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 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 $$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 && \ + cp $$SDK$$/add-ons/addon-google_gdk-google-19/libs/gdk.jar libs/ Maintainer Notes: -REPLACED gson-2.2.4.jar [2.2.4] -REPLACED ejml-0.21.jar [0.25] -CHECKED arity-2.1.6.jar [no-source; upstream no longer available?;verified against https://code.google.com/p/arity-calculator/source/browse/libs/arity-2.1.6.jar from the original author] -TODO gdk.jar [android-glass] -TODO slider.jar [latest] -TODO wearable-preview-support.jar [android-wearable] - - pushd $$Slider$$ && android update project -p ./ && ant release && popd && cp $$Slider$$/bin/classes.jar libs/slider.jar +* REPLACED gson-2.2.4.jar with source-build 2.2.4 from upstream. +* 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. +* REMOVED wearable-preview-support.jar -- builds, but does it run? . Auto Update Mode:None