Changeset 36273 in osm for applications/editors/josm/plugins/geotools
- Timestamp:
- 2024-06-05T22:44:48+02:00 (13 months ago)
- Location:
- applications/editors/josm/plugins/geotools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/geotools/build.xml
r36176 r36273 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 0899"/>6 <property name="plugin.main.version" value="19044"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> … … 13 13 <property name="plugin.requires" value="apache-commons;ejml;jackson;jaxb;jts"/> 14 14 <property name="plugin.stage" value="20"/> 15 <property name="plugin.minimum.java.version" value="11"/>16 15 17 16 <!-- ** include targets that all plugins have in common ** --> -
applications/editors/josm/plugins/geotools/ivy_settings.xml
r36176 r36273 2 2 <ivysettings> 3 3 <!-- When geotools is updated, run `ant merge-geotools-services` --> 4 <property name="gt.version" value="3 0.0"/>4 <property name="gt.version" value="31.1"/> 5 5 <include file="${josm.ivysettings}" optional="true" /> <!-- optional for IDEs --> 6 6 <settings defaultResolver="ordered-resolvers"/>
Note:
See TracChangeset
for help on using the changeset viewer.