Last change
on this file since 34389 was 33760, checked in by donvip, 7 years ago |
fix #josm15510 (refresh dialog when way nodes change) + update to JOSM 12636
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="measurement" default="dist" basedir=".">
|
---|
3 | <!-- enter the SVN commit message -->
|
---|
4 | <property name="commit.message" value="recompile dure to core change"/>
|
---|
5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
6 | <property name="plugin.main.version" value="12636"/>
|
---|
7 | <property name="plugin.canloadatruntime" value="true"/>
|
---|
8 |
|
---|
9 | <!-- Configure these properties (replace "..." accordingly).
|
---|
10 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
11 | -->
|
---|
12 | <property name="plugin.author" value="Raphael Mack, Reza Mohammadi"/>
|
---|
13 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.measurement.MeasurementPlugin"/>
|
---|
14 | <property name="plugin.description" value="Provide a measurement dialog and a layer to measure length and angle of segments, area surrounded by a (simple) closed way and create measurement paths (which also can be imported from a gps layer)."/>
|
---|
15 | <property name="plugin.icon" value="images/dialogs/measure.png"/>
|
---|
16 |
|
---|
17 | <!-- ** include targets that all plugins have in common ** -->
|
---|
18 | <import file="../build-common.xml"/>
|
---|
19 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.