Changeset 36344 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2024-10-01T21:46:31+02:00 (4 months ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r35988 r36344 5 5 <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 8495"/>7 <property name="plugin.main.version" value="19044"/> 8 8 9 9 <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/> -
applications/editors/josm/plugins/utilsplugin2/pom.xml
r36325 r36344 29 29 <properties> 30 30 <plugin.src.dir>src</plugin.src.dir> 31 <plugin.main.version>1 8495</plugin.main.version>31 <plugin.main.version>19044</plugin.main.version> 32 32 <plugin.author>Kalle Lampila, Upliner, Zverik, akks, joshdoe and others</plugin.author> 33 33 <plugin.class>org.openstreetmap.josm.plugins.utilsplugin2.UtilsPlugin2</plugin.class>
Note:
See TracChangeset
for help on using the changeset viewer.