From 2522aacb11a687d97ee5bfddf1f1e34484070443 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Sat, 26 Nov 2011 23:20:08 +0100 Subject: [PATCH] Update build files for test project. --- .gitignore | 7 ++++--- test/.classpath | 7 ++++--- test/{default.properties => project.properties} | 6 +++--- test/test.sh | 4 ++++ 4 files changed, 15 insertions(+), 9 deletions(-) rename test/{default.properties => project.properties} (79%) create mode 100755 test/test.sh diff --git a/.gitignore b/.gitignore index dc3112a..27192e3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,9 @@ bin/ gen/ R.java -# local ant properties +# Build files local.properties +ant.properties +build.xml +proguard.cfg -# Config file for the build_release.sh script (Because everyone has a different version) -build.conf diff --git a/test/.classpath b/test/.classpath index 5d41c34..824ed0f 100644 --- a/test/.classpath +++ b/test/.classpath @@ -1,9 +1,10 @@ - - - + + + + diff --git a/test/default.properties b/test/project.properties similarity index 79% rename from test/default.properties rename to test/project.properties index 9d79b12..c957743 100644 --- a/test/default.properties +++ b/test/project.properties @@ -1,10 +1,10 @@ # This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# +# # This file must be checked in Version Control Systems. -# +# # To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your +# "ant.properties", and override values to adapt the script to your # project structure. # Project target. diff --git a/test/test.sh b/test/test.sh new file mode 100755 index 0000000..e6cf391 --- /dev/null +++ b/test/test.sh @@ -0,0 +1,4 @@ +android update test-project -p . -m ../application + +ant clean debug install test +