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

Last change on this file was 36483, checked in by stoecker, 8 days ago

set eol-style, fix checkstyle issues, add ignores

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/xml
File size: 974 bytes
RevLine 
[26174]1<?xml version="1.0" encoding="utf-8"?>
[21569]2<project name="touchscreenhelper" default="dist" basedir=".">
[26174]3 <!-- enter the SVN commit message -->
[29258]4 <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
[26174]5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
[36349]6 <property name="plugin.main.version" value="19044"/>
[29259]7 <property name="plugin.author" value="glebius@glebius.int.ru"/>
8 <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
9 <property name="plugin.description" value="Provides helper buttons to allow working with single button mouse (stylus). Activate by holding T and slip map with left mouse button"/>
10 <property name="plugin.icon" value="images/mapmode/browse.png"/>
[31923]11 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/>
[29259]12 <import file="../build-common.xml"/>
[21569]13</project>
Note: See TracBrowser for help on using the repository browser.