Rev | Line | |
---|
[32048] | 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 | #
|
---|
[32441] | 12 | plugin.version=0.3
|
---|
[32048] | 13 |
|
---|
| 14 | # the lowest JOSM version the curent plugin version is compatible with
|
---|
| 15 | #
|
---|
[33811] | 16 | josm.required.version=12840
|
---|
[32048] | 17 |
|
---|
| 18 | # the full path to the JOSM jar against which this plugin is built
|
---|
| 19 | #
|
---|
| 20 | josm.jar=../../core/dist/josm-custom.jar
|
---|
| 21 |
|
---|
| 22 | # local path to OSM SVN dist directory
|
---|
| 23 | #
|
---|
| 24 | local.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 | #
|
---|
| 29 | local.install.path=/full/path/to/local/installation/josm/plugins
|
---|
Note:
See
TracBrowser
for help on using the repository browser.