source: osm/applications/editors/josm/plugins/CustomizePublicTransportStop/build.properties@ 33409

Last change on this file since 33409 was 32441, checked in by donvip, 8 years ago

remove calls to deprecated methods

File size: 931 bytes
Line 
1# --------------------------------------------------------------------------
2# build.properties.template - template file for build properties
3#
4# Create a copy, rename it to 'build.properties' and update the settings
5# according to your local environment.
6#
7# --------------------------------------------------------------------------
8
9# the current plugin version. Increment if you create a new build to be rolled out
10# via the OSM subversion repository
11#
12plugin.version=0.3
13
14# the lowest JOSM version the curent plugin version is compatible with
15#
16josm.required.version=10353
17
18# the full path to the JOSM jar against which this plugin is built
19#
20josm.jar=../../core/dist/josm-custom.jar
21
22# local path to OSM SVN dist directory
23#
24local.osm.svn.path=../../dist
25
26# the full local path where the plugin shall be installed inorder to test it
27# withing a JOSM instance
28#
29local.install.path=/full/path/to/local/installation/josm/plugins
Note: See TracBrowser for help on using the repository browser.