summarylogtreecommitdiffstats
path: root/directories.ini
diff options
context:
space:
mode:
authoroli2015-06-12 21:56:12 +0200
committeroli2015-06-12 21:56:12 +0200
commitf3dbbfde32ef66b52323c168bbdaac8017f81102 (patch)
tree5714c6556b8e47f1dc160e06694e5ca1e52a2cd4 /directories.ini
downloadaur-f3dbbfde32ef66b52323c168bbdaac8017f81102.tar.gz
Initial import
Diffstat (limited to 'directories.ini')
-rw-r--r--directories.ini38
1 files changed, 38 insertions, 0 deletions
diff --git a/directories.ini b/directories.ini
new file mode 100644
index 000000000000..0f2c6dad1406
--- /dev/null
+++ b/directories.ini
@@ -0,0 +1,38 @@
+################################################
+# MOBAC system wide directory configuration
+################################################
+#
+# For activating this configuration file rename it to "directories.ini"
+# (remove the .template extension) and place it in the same directory as
+# the file Mobile_Atlas_Creator.jar
+#
+# Available variables:
+#
+# ${home}
+# user home directory, e.g. /home/username/ on Linux or C:\Users\username\ on Win Vista/7
+#
+# ${mobac-prog}
+# directory where MOBAC (or to be detailed Mobile_Atlas_Creator.jar) has been installed into
+#
+# Notes:
+# On Windows you have to use slashes "/" instead of back-slashes "\" e.g. C:/temp/mobac
+# Absolute pathes are also valid
+
+#Uncomment one of the following lines starting with "mobac." for redefining the directory
+
+# Directory where to save settings.xml and serach for log4j.xml
+mobac.usersettingsdir=${home}/.mobac
+#mobac.usersettingsdir=D:/MOBAC
+
+# Directory where to save and load atlas profiles
+#mobac.atlasprofilesdir=${home}/.mobac
+
+# Directory where to search "map packs", custom maps and beanShell map sources
+# Updated map packs are also saved into this directory overwriting old ones
+#mobac.mapsourcesdir=${mobac-prog}/mapsources
+
+# Directory where to create the cache databases of downloaded tiles
+mobac.tilestoredir=${home}/.mobac/tilestore
+
+# Directory where to create the temporary download container
+mobac.tmpdir=/tmp