1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#
# This file includes properties which are used by all JOSM functional tests
#
####
# josm.home - the home directory of the JOSM installation to be used in functional tests
#
# This is the home directory for JOSM preferences: ${josm.home}\preferences
# This is the home directory for JOSM plugins: ${josm.home}\plugins\*.jar
#
josm.home=C:\\data\\projekte\\osm\\josm-dev
####
# test.functional.tempdir - the directory in which functional test case can save
# temporary results
#
test.functional.tempdir=C:\\data\\projekte\\osm\\josm-dev\\temp
|