From b380f4a15126133c92c6e23c019b957852578003 Mon Sep 17 00:00:00 2001 From: "Joseph Chang (bz)" Date: Fri, 21 Oct 2011 21:38:13 +0800 Subject: [PATCH] Upgrade build.xml to newer version of SDK tools. --- .gitignore | 3 ++ build.xml | 120 +++++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 72 insertions(+), 51 deletions(-) diff --git a/.gitignore b/.gitignore index 1457e51..ad4fcdc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +ant.properties +proguard.cfg +project.properties 0xbench.keystore local.properties .*.swp diff --git a/build.xml b/build.xml index 142913e..3bd9b66 100644 --- a/build.xml +++ b/build.xml @@ -2,66 +2,84 @@ - + It contains the path to the SDK. It should *NOT* be checked into + Version Control Systems. --> + - - - - - - - - - - - - - - - - - - + + + + + + + + + + - + + -- 2.1.4