Changeset 36349 in osm for applications/editors/josm/plugins/DirectDownload
- Timestamp:
- 2024-10-28T19:18:41+01:00 (3 months ago)
- Location:
- applications/editors/josm/plugins/DirectDownload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectDownload/build.xml
r35944 r36349 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 5502"/>6 <property name="plugin.main.version" value="19044"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectDownload/pom.xml
r36325 r36349 16 16 <properties> 17 17 <plugin.src.dir>src</plugin.src.dir> 18 <plugin.main.version>1 5502</plugin.main.version>18 <plugin.main.version>19044</plugin.main.version> 19 19 <plugin.author>Hartmut Holzgraefe</plugin.author> 20 20 <plugin.class>org.openstreetmap.josm.plugins.directdownload.DirectDownload</plugin.class>
Note:
See TracChangeset
for help on using the changeset viewer.