diff options
Diffstat (limited to 'cgeo-calendar/build.xml')
| -rw-r--r-- | cgeo-calendar/build.xml | 5 |
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"
|
