Patching 'android.library=true' in is no longer necessary

Since we now update ant libraries via lib-project
This commit is contained in:
Daniel Martí 2014-02-11 17:30:32 +01:00
parent c67f780956
commit 7803674329
9 changed files with 8 additions and 13 deletions

View file

@ -2,5 +2,5 @@ Repo Type:git
Repo:https://github.com/etsy/AndroidStaggeredGrid
Subdir:library/src/main
Prepare:echo 'source.dir=java' > ant.properties && echo 'android.library=true' >> project.properties
Prepare:echo 'source.dir=java' > ant.properties

View file

@ -2,4 +2,4 @@ Repo Type:git
Repo:https://github.com/cketti/ckChangeLog
Subdir:library,ckChangeLog/src/main
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo 'target=android-19' > project.properties

View file

@ -2,6 +2,5 @@ Repo Type:git
Repo:https://github.com/mariotaku/Android-MenuComponent.git
Subdir:library
Prepare:mkdir -p libs && echo -e 'android.library=true\ntarget=android-19' >> project.properties
Prepare:mkdir -p libs && echo 'target=android-19' >> project.properties

View file

@ -3,6 +3,5 @@ Repo:https://github.com/mar-v-in/MobAdMob.git
Subdir:MobAdMob
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties
Prepare:echo -e "target=android-16\n" >> project.properties

View file

@ -3,6 +3,6 @@ Repo:https://github.com/mar-v-in/NoAnalytics.git
Subdir:NoAnalytics
Prepare:[ -f project.properties ] || echo -e "android.library=true\ntarget=android-16\n" >> project.properties
Prepare:[ -f project.properties ] || echo "target=android-16" >> project.properties

View file

@ -1,5 +1,5 @@
Repo Type:git-svn
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Prepare:echo "target=android-16" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml

View file

@ -2,5 +2,5 @@ Repo Type:git
Repo:https://github.com/castorflex/SmoothProgressBar.git
Subdir:library/src/main
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'target=android-19' > project.properties

View file

@ -1,6 +1,3 @@
Repo Type:git
Repo:https://github.com/astuetz/android-viewpagertabs.git
Prepare:echo -e "android.library=true\ntarget=android-15\n" >> project.properties

View file

@ -1,4 +1,4 @@
Repo Type:git
Repo:https://android.googlesource.com/platform/frameworks/volley
Prepare:rm -rf tests/ && echo "android.library=true" >> project.properties
Prepare:rm -rf tests/