aboutsummaryrefslogtreecommitdiffstats
path: root/main/templates
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-09-16 14:36:28 +0200
committerSamuel Tardieu <sam@rfc1149.net>2011-09-16 14:36:28 +0200
commit579ef7a535489d4aa632db11667a3b01deb6cafd (patch)
tree55810021c02ac7d80d3a9702ef0b59e4af154b9c /main/templates
parent96ea21fd50334479c262da692038965d0e4d596a (diff)
downloadcgeo-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')
-rw-r--r--main/templates/local.properties12
-rw-r--r--main/templates/mapsapikey.xml4
-rw-r--r--main/templates/private.properties18
3 files changed, 34 insertions, 0 deletions
diff --git a/main/templates/local.properties b/main/templates/local.properties
new file mode 100644
index 0000000..b32d011
--- /dev/null
+++ b/main/templates/local.properties
@@ -0,0 +1,12 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked in Version Control Systems,
+# as it contains information specific to your local configuration.
+
+# location of the SDK. This is only used by Ant
+# For customization when using a Version Control System, please read the
+# header note.
+#
+# Note: You have to escape backslashes (e.g. C:\\Programs)
+sdk.dir=
diff --git a/main/templates/mapsapikey.xml b/main/templates/mapsapikey.xml
new file mode 100644
index 0000000..5514121
--- /dev/null
+++ b/main/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/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=