Ignore:
Timestamp:
2024-03-14T16:34:12+01:00 (23 months ago)
Author:
taylor.smock
Message:

StreetSide: Update to official API

This also moves the plugin to Java 21 (mostly for virtual threads), reformats the
code to match the JOSM standard (4 spaces), and fixes a bunch of lint issues.

Additionally, a lot of cruft from when this plugin was copied from Mapillary was
removed. That was largely related to image import, uploading, and login.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build.xml

    r36190 r36228  
    1414    <property name="java21_plugins" value="FIT/build.xml" />
    1515    <property name="java17_plugins" value="maproulette/build.xml
     16                                            MicrosoftStreetside/build.xml
    1617                                            imageio/build.xml
    1718                                            pmtiles/build.xml
     
    3233                                            apache-http/build.xml
    3334                                            austriaaddresshelper/build.xml"/>
    34     <property name="javafx_plugins" value="javafx/build.xml
    35                                            MicrosoftStreetside/build.xml"/>
     35    <property name="javafx_plugins" value="javafx/build.xml"/>
    3636
    3737    <!-- We are dropping Java 8 support in January 2024 - these have issues compiling with Java 8, but not with Java 11+ targeting Java 8 -->
Note: See TracChangeset for help on using the changeset viewer.