|
Last change
on this file since 2585 was 1806, checked in by Gubaer, 16 years ago |
|
added OsmServerBackreferenceReader - reads primitives referring to a particular primitive (ways including a node, relations referring to a relation)
Extended relation dialog - now supports querying for parent relation(s)
|
|
File size:
607 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # This file includes properties which are used by all JOSM functional tests
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | ####
|
|---|
| 6 | # josm.home - the home directory of the JOSM installation to be used in functional tests
|
|---|
| 7 | #
|
|---|
| 8 | # This is the home directory for JOSM preferences: ${josm.home}\preferences
|
|---|
| 9 | # This is the home directory for JOSM plugins: ${josm.home}\plugins\*.jar
|
|---|
| 10 | #
|
|---|
| 11 | josm.home=C:\\data\\projekte\\osm\\tag-editor-plugin
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | ####
|
|---|
| 15 | # test.functional.tempdir - the directory in which functional test case can save
|
|---|
| 16 | # temporary results
|
|---|
| 17 | #
|
|---|
| 18 | test.functional.tempdir=C:\\data\\projekte\\eclipse-3.4.1-ws\\JOSM-1769\\test\\data\\temp
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.