Last change
on this file since 31772 was 31648, checked in by donvip, 9 years ago |
[josm_plugins] remove call to deprecated code
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.2 KB
|
Rev | Line | |
---|
[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[10410] | 2 | <project name="measurement" default="dist" basedir=".">
|
---|
[29534] | 3 | <!-- enter the SVN commit message -->
|
---|
[26597] | 4 | <property name="commit.message" value="recompile dure to core change"/>
|
---|
[29534] | 5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[31648] | 6 | <property name="plugin.main.version" value="8554"/>
|
---|
[31289] | 7 | <property name="plugin.canloadatruntime" value="true"/>
|
---|
[29534] | 8 |
|
---|
| 9 | <!-- Configure these properties (replace "..." accordingly).
|
---|
| 10 | See http://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"/>
|
---|
[19058] | 16 |
|
---|
[29534] | 17 | <!-- ** include targets that all plugins have in common ** -->
|
---|
| 18 | <import file="../build-common.xml"/>
|
---|
[10379] | 19 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.