From 4f66509d23f50ec6864956c7ced7fb50db832401 Mon Sep 17 00:00:00 2001 From: Frank Harper Date: Tue, 1 May 2012 16:39:58 +0200 Subject: [PATCH 1/2] Remove local.properties file since it can be different for each developer --- local.properties | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index b7d7550..0000000 --- a/local.properties +++ /dev/null @@ -1,10 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must *NOT* be checked in Version Control Systems, -# as it contains information specific to your local configuration. - -# location of the SDK. This is only used by Ant -# For customization when using a Version Control System, please read the -# header note. -sdk.dir=/home/pierre/java/libs/android-sdk-linux_x86 From d501cc90fece011c73732736bc982a441bc64d94 Mon Sep 17 00:00:00 2001 From: Frank Harper Date: Tue, 1 May 2012 17:48:18 +0200 Subject: [PATCH 2/2] add keystore to ant.properties, and tell git to ignore the keystore --- .gitignore | 5 ++++- ant.properties | 3 ++- build.properties | 0 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 build.properties diff --git a/.gitignore b/.gitignore index 990fba1..a93ab06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /gen/ -/bin/ \ No newline at end of file +/bin/ +/local.properties +/wineapps.keystore + diff --git a/ant.properties b/ant.properties index ee52d86..d3f42aa 100644 --- a/ant.properties +++ b/ant.properties @@ -14,4 +14,5 @@ # 'key.store' for the location of your keystore and # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. - +key.store = wineapps.keystore +key.alias = franceaoc diff --git a/build.properties b/build.properties deleted file mode 100644 index e69de29..0000000