aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormucek4 <tomaz@gorenc.org>2012-02-11 14:24:37 +0100
committermucek4 <tomaz@gorenc.org>2012-02-11 14:24:37 +0100
commit5e8bf95c4bd00ded8098f5d2ebdf7628909940a4 (patch)
tree9b943599a30afd8fdb86a32fa0460150a333905f
parenta6e3de413c1c6dbd1e3a72f0cfaacdd1465a7600 (diff)
downloadcgeo-5e8bf95c4bd00ded8098f5d2ebdf7628909940a4.zip
cgeo-5e8bf95c4bd00ded8098f5d2ebdf7628909940a4.tar.gz
cgeo-5e8bf95c4bd00ded8098f5d2ebdf7628909940a4.tar.bz2
automatically sign calendar apk
-rw-r--r--cgeo-calendar/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgeo-calendar/build.xml b/cgeo-calendar/build.xml
index 26dd3fb..a4c8db4 100644
--- a/cgeo-calendar/build.xml
+++ b/cgeo-calendar/build.xml
@@ -39,6 +39,11 @@
application and should be checked into Version Control Systems. -->
<loadproperties srcFile="project.properties" />
+ <!-- The private.properties file sets api-keys as well as keystore,
+ certificate and passwords (if you want).
+ See /templates/private.properties for more information. -->
+ <property file="private.properties" />
+
<!-- quick check on sdk.dir -->
<fail
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"