Changeset 34319 in osm
- Timestamp:
- 2018-06-18T22:06:46+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside/build.xml
r34317 r34319 12 12 <property name="commit.message" value="Commit message" /> 13 13 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 14 <property name="plugin.main.version" value="13878" /> 15 <property name="plugin.compile.version" value="13878" /> 16 14 <property name="plugin.main.version" value="13860" /> 15 17 16 <property name="plugin.author" value="renerr18" /> 18 17 <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" /> 19 18 <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." /> 20 19 <property name="plugin.icon" value="images/streetside-logo-white.png" /> 21 <property name="plugin.link" value="https://github.com/JOSM/MicrosoftStreetside"/> 20 <!--property name="plugin.link" value="https://github.com/JOSM/MicrosoftStreetside"/--> 22 21 <property name="plugin.requires" value="apache-commons;apache-http;"/> 23 22
Note:
See TracChangeset
for help on using the changeset viewer.