source: osm/applications/editors/josm/plugins/measurement/build.xml@ 31578

Last change on this file since 31578 was 31289, checked in by simon04, 9 years ago

JOSM/measurement: canloadatruntime

  • 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="7001"/>
7 <property name="plugin.canloadatruntime" value="true"/>
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"/>
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.