Changeset 34606 in osm
- Timestamp:
- 2018-08-27T13:44:01+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34601 r34606 8 8 <property name="commit.message" value="Commit message" /> 9 9 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 10 <property name="plugin.main.version" value="141 53" />10 <property name="plugin.main.version" value="14183" /> 11 11 12 12 <property name="plugin.author" value="renerr18" /> … … 15 15 <property name="plugin.icon" value="images/streetside-logo-white.png" /> 16 16 <property name="plugin.link" value="https://github.com/spatialdev/MicrosoftStreetside"/> 17 <property name="plugin.requires" value="apache-commons;apache-http; "/>17 <property name="plugin.requires" value="apache-commons;apache-http;openjfx"/> 18 18 19 19 <property name="plugin.canloadatruntime" value="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.