Last change
on this file since 31157 was 30416, checked in by donvip, 11 years ago |
[josm_plugins] switch plugins to Java 7
|
-
Property svn:mime-type
set to
text/xml
|
File size:
972 bytes
|
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="7001"/>
|
---|
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="http://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.