diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:36:28 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-16 14:36:28 +0200 |
| commit | 579ef7a535489d4aa632db11667a3b01deb6cafd (patch) | |
| tree | 55810021c02ac7d80d3a9702ef0b59e4af154b9c /main/templates/private.properties | |
| parent | 96ea21fd50334479c262da692038965d0e4d596a (diff) | |
| download | cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.zip cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.tar.gz cgeo-579ef7a535489d4aa632db11667a3b01deb6cafd.tar.bz2 | |
Move sources into the main directory
This prepares the inclusion of tests into the same repository.
Diffstat (limited to 'main/templates/private.properties')
| -rw-r--r-- | main/templates/private.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/main/templates/private.properties b/main/templates/private.properties new file mode 100644 index 0000000..f29cb7c --- /dev/null +++ b/main/templates/private.properties @@ -0,0 +1,18 @@ +# The API-key is necessary in order that Google Maps is working. +# You can get one at +# http://code.google.com/intl/de/android/add-ons/google-apis/maps-api-signup.html +# For developing paste your key to both lines and you will not have any problems + +maps.api.key= +maps.api.key.market= + +# Uncomment the following lines if you want Ant to sign the application +# automatically. Otherwise you must sign and zipalign it manually. +# If you don't enter passwords you'll be asked for it. +# +# Note: You have to escape backslashes (e.g. C:\\Programs) + +#key.store= +#key.alias= +#key.store.password= +#key.alias.password= |
