2009-11-15 18:52:20 UTC
The file config.ini in the folder /mytourbook/configuration contains the path where the tour database is stored. This file contains two location:
- osgi.instance.area.default=@user.home/.mytourbook
this is the location for all user preferences and also the tour database
- osgi.configuration.area=@user.home/.mytourbook
this location contains files which the eclipse framework is using
You can put any location into this file, however when you install a new version, this file will be replaced with the original.
You find more documentation about this file here: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
Wolfgang