source: osm/applications/editors/josm/plugins/tageditor/build.xml

Last change on this file was 34560, checked in by donvip, 6 years ago

update to JOSM 14153

  • Property svn:mime-type set to text/xml
File size: 734 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<project name="tageditor" default="dist" basedir=".">
3 <property name="commit.message" value="Tageditor: help shortcut parser, rebuild"/>
4 <property name="plugin.main.version" value="14153"/>
5
6 <property name="plugin.author" value="Karl Guggisberg"/>
7 <property name="plugin.class" value="org.openstreetmap.josm.plugins.tageditor.TagEditorPlugin"/>
8 <property name="plugin.description" value="Provides a dialog for editing tags in a tabular grid."/>
9 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/>
10
11 <!-- ** include targets that all plugins have in common ** -->
12 <import file="../build-common.xml"/>
13
14</project>
Note: See TracBrowser for help on using the repository browser.