From 7eecc18986d3ddc009e55435c1398c3c8f01b5e4 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Tue, 21 Feb 2012 08:30:40 +0000 Subject: [PATCH] Build config file changes --- .classpath | 7 ------- .gitignore | 3 +++ build.properties | 4 ---- default.properties | 13 ------------- 4 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .classpath delete mode 100644 default.properties diff --git a/.classpath b/.classpath deleted file mode 100644 index 609aa00eb..000000000 --- a/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.gitignore b/.gitignore index 7b5e18920..f2b62c8e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ local.properties +build.properties +project.properties +.classpath bin/* proguard.cfg *~ diff --git a/build.properties b/build.properties index 3bd1e98e5..d3ee3c67d 100644 --- a/build.properties +++ b/build.properties @@ -14,10 +14,6 @@ # '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=/home/ciaran/pwsafe/droidrelease.keystore -key.alias=ciarang - -release.sign=true # The name of your application package as defined in the manifest. # Used by the 'uninstall' rule. diff --git a/default.properties b/default.properties deleted file mode 100644 index 51e933a98..000000000 --- a/default.properties +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false -# Project target. -target=android-8