source: osm/applications/editors/josm/plugins/merge-overlap/build.xml@ 34355

Last change on this file since 34355 was 33848, checked in by donvip, 7 years ago

update to JOSM 12840

  • Property svn:mime-type set to text/xml
File size: 941 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="merge-overlap" default="dist" basedir=".">
3 <!-- enter the SVN commit message -->
4 <property name="commit.message" value="MergeOverlap: help shortcut parser, rebuild"/>
5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
6 <property name="plugin.main.version" value="12840"/>
7
8 <!-- Configure these properties (replace "..." accordingly).
9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
10 -->
11 <property name="plugin.author" value="Stéphane Brunner"/>
12 <property name="plugin.class" value="mergeoverlap.MergeOverlapPlugin"/>
13 <property name="plugin.description" value="Merge overlapping part of ways."/>
14 <property name="plugin.icon" value="images/merge_overlap.png"/>
15
16 <!-- ** include targets that all plugins have in common ** -->
17 <import file="../build-common.xml"/>
18</project>
Note: See TracBrowser for help on using the repository browser.