diff options
| author | SammysHP <sven@sammyshp.de> | 2011-08-02 14:17:02 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2011-08-02 14:17:02 +0200 |
| commit | adca83cf3792eadec567e2fcdc2ae0ca16d4d195 (patch) | |
| tree | e6058ee7aeea88c5f1c6b56344261c28fa75ff12 /templates | |
| parent | eb5cb7491ae133e74fe485f5670d9b666556b940 (diff) | |
| download | cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.zip cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.tar.gz cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.tar.bz2 | |
Add Ant relating files, closes #44
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/mapsapikey.xml | 4 | ||||
| -rw-r--r-- | templates/private.properties | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/templates/mapsapikey.xml b/templates/mapsapikey.xml new file mode 100644 index 0000000..5514121 --- /dev/null +++ b/templates/mapsapikey.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<resources> + <string name="maps_api_key">@maps.api.key@</string> +</resources> diff --git a/templates/private.properties b/templates/private.properties new file mode 100644 index 0000000..7f48ddf --- /dev/null +++ b/templates/private.properties @@ -0,0 +1,17 @@ +# 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 + +maps.api.key= + + +# 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= |
