Lffl Feed Reader: Prepare 2.0 (10) and try to get FadingActionBar to work..

master
Boris Kraut 2015-01-06 20:29:02 +01:00
parent cabba88d56
commit 409e95feb5
2 changed files with 17 additions and 1 deletions

View File

@ -31,6 +31,23 @@ Build:1.0,1
popd && \
cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/*.jar $$FadingActionBar$$/bin/classes.jar libs/
Build:2.0,10
disable=doesn't build
commit=2.0
srclibs=Crouton@1.8.1,2:FadingActionBar@1c148b91867259ea43e6343d8afb69d106168b46,3:LazyList@be926df2ec5ff81693251629748ed38655075393,JSoup@jsoup-1.8.1.a
extlibs=android/android-support-v4r11.jar
prebuild=sed -i -e '/Crouton/d' project.properties && \
$$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r11 -Dpackaging=jar -Dfile=libs/android-support-v4r11.jar && \
pushd $$Crouton$$ && $$MVN3$$ package && popd && \
pushd $$JSoup$$ && $$MVN3$$ package && popd && \
cp $$JSoup$$/target/jsoup-1.8.1.jar $$Crouton$$/target/crouton-1.8.1.jar libs/ && \
pushd $$FadingActionBar$$ && android update lib-project -t android-21 -p ./ && sed -i -e 's/name="library"/name="FadingActionBar"/g' build.xml && echo "android.library=true" >> project.properties && popd
Maintainer Notes:
I can't get FadingActionBar to work right, see
https://github.com/enricocid/lffl-feed-reader/issues/1
.
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.0

View File

@ -1,4 +1,3 @@
Repo Type:git
Repo:https://github.com/ManuelPeinado/FadingActionBar
Subdir:library
Prepare:android update lib-project -t android-21 -p ./ && sed -i -e 's/name="library"/name="FadingActionBar"/g' build.xml