From 190b5b82c1b9d6f95b8bbc6eae30f850a738cdde Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Sun, 15 Apr 2012 14:22:28 +0000 Subject: [PATCH] deprecating need for build.properties in favor of ant.properties --- projects/mtg/Android/{build.properties => ant.properties} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename projects/mtg/Android/{build.properties => ant.properties} (77%) diff --git a/projects/mtg/Android/build.properties b/projects/mtg/Android/ant.properties similarity index 77% rename from projects/mtg/Android/build.properties rename to projects/mtg/Android/ant.properties index edc7f2305..5f41c9d6c 100644 --- a/projects/mtg/Android/build.properties +++ b/projects/mtg/Android/ant.properties @@ -1,6 +1,6 @@ # This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is +# +# This file must be checked into Version Control Systems, as it is # integral to the build system of your project. # This file is only used by the Ant script. @@ -15,3 +15,6 @@ # '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=wagic-mnguyen-release-key.keystore +#key.store=wagic-mnguyen-beta-key.keystore +key.alias=wagic_release