updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / mobac-svn / directories.ini
blob0f2c6dad1406ae627fee4b2131cd7b8162ac5f9d
1 ################################################
2 # MOBAC system wide directory configuration
3 ################################################
4 #
5 # For activating this configuration file rename it to "directories.ini"
6 # (remove the .template extension) and place it in the same directory as
7 # the file Mobile_Atlas_Creator.jar
9 # Available variables:
11 # ${home}
12 # user home directory, e.g. /home/username/ on Linux or C:\Users\username\ on Win Vista/7
14 # ${mobac-prog}
15 # directory where MOBAC (or to be detailed Mobile_Atlas_Creator.jar) has been installed into
17 # Notes:
18 # On Windows you have to use slashes "/" instead of back-slashes "\" e.g. C:/temp/mobac
19 # Absolute pathes are also valid
21 #Uncomment one of the following lines starting with "mobac." for redefining the directory
23 # Directory where to save settings.xml and serach for log4j.xml
24 mobac.usersettingsdir=${home}/.mobac
25 #mobac.usersettingsdir=D:/MOBAC
27 # Directory where to save and load atlas profiles
28 #mobac.atlasprofilesdir=${home}/.mobac
30 # Directory where to search "map packs", custom maps and beanShell map sources
31 # Updated map packs are also saved into this directory overwriting old ones
32 #mobac.mapsourcesdir=${mobac-prog}/mapsources
34 # Directory where to create the cache databases of downloaded tiles
35 mobac.tilestoredir=${home}/.mobac/tilestore
37 # Directory where to create the temporary download container
38 mobac.tmpdir=/tmp