forked from joshdoe/josm-conflation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.properties
29 lines (24 loc) · 935 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# --------------------------------------------------------------------------
# build.properties.template - template file for build properties
#
# Create a copy, rename it to 'build.properties' and update the settings
# according to your local environment.
#
# --------------------------------------------------------------------------
# the current plugin version. Increment if you create a new build to be rolled out
# via the OSM subversion repository
#
plugin.version=0.6.11
# the lowest JOSM version the curent plugin version is compatible with
#
josm.required.version=18221
# the full path to the JOSM jar against which this plugin is built
#
josm.jar=../../core/dist/josm-custom.jar
# local path to OSM SVN dist directory
#
local.osm.svn.path=../../dist
# the full local path where the plugin shall be installed inorder to test it
# withing a JOSM instance
#
local.install.path=/full/path/to/local/installation/josm/plugins