Changeset 36349 in osm for applications/editors/josm/plugins/touchscreenhelper
- Timestamp:
- 2024-10-28T19:18:41+01:00 (5 months ago)
- Location:
- applications/editors/josm/plugins/touchscreenhelper
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/touchscreenhelper/build.xml
r33832 r36349 4 4 <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 2630"/>6 <property name="plugin.main.version" value="19044"/> 7 7 <property name="plugin.author" value="glebius@glebius.int.ru"/> 8 8 <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/> -
applications/editors/josm/plugins/touchscreenhelper/pom.xml
r36325 r36349 17 17 <properties> 18 18 <plugin.src.dir>src</plugin.src.dir> 19 <plugin.main.version>1 2630</plugin.main.version>19 <plugin.main.version>19044</plugin.main.version> 20 20 <plugin.author>glebius@glebius.int.ru</plugin.author> 21 21 <plugin.class>touchscreenhelper.TouchScreenHelperPlugin</plugin.class>
Note:
See TracChangeset
for help on using the changeset viewer.