<?xml version="1.0" encoding="utf-8"?>
<project name="touchscreenhelper" default="dist" basedir=".">
    <!-- enter the SVN commit message -->
    <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    <property name="plugin.main.version" value="19044"/>
    <property name="plugin.author" value="glebius@glebius.int.ru"/>
    <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
    <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"/>
    <property name="plugin.icon" value="images/mapmode/browse.png"/>
    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/>
    <import file="../build-common.xml"/>
</project>
