From 7cf253339c225995bf97c50f3ccc701c7e1d1688 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Mon, 16 Jan 2012 13:29:50 -0800 Subject: [PATCH] Add eclibs to build directory while building view pager. Keeps the jar our of proguard's visibility while still allowing compile. by tim --- viewPagerIndicator/library/ant.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 viewPagerIndicator/library/ant.properties diff --git a/viewPagerIndicator/library/ant.properties b/viewPagerIndicator/library/ant.properties new file mode 100644 index 000000000..b645db3e7 --- /dev/null +++ b/viewPagerIndicator/library/ant.properties @@ -0,0 +1,2 @@ +# specify alternate libs folder because of conflicting jar +jar.libs.dir=eclibs \ No newline at end of file