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

Last change on this file since 33741 was 32680, checked in by donvip, 8 years ago

see #josm11390 - switch to Java 8

  • 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 -->
[32680]6 <property name="plugin.main.version" value="10580"/>
[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.