Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="touchscreenhelper" default="dist" basedir=".">
|
---|
3 | <!-- enter the SVN commit message -->
|
---|
4 | <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
|
---|
5 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
6 | <property name="plugin.main.version" value="10580"/>
|
---|
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"/>
|
---|
11 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/>
|
---|
12 | <import file="../build-common.xml"/>
|
---|
13 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.