Ignore:
Timestamp:
2024-03-14T16:34:12+01:00 (10 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/MicrosoftStreetside/build.xml

    r36194 r36228  
    1010  <property name="josm" location="../../core/dist/josm-custom.jar"/>
    1111  <property name="plugin.dist.dir" value="../../dist"/>
     12  <property name="java.lang.version" value="21"/>
    1213  <!--** include targets that all plugins have in common **-->
    1314  <import file="../build-common.xml"/>
    1415  <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    1516    <include name="apache-commons.jar"/>
    16     <include name="apache-http.jar"/>
    1717    <include name="javafx-osx.jar" if:set="isMac"/>
    1818    <include name="javafx-unixoid.jar" if:set="isUnix"/>
    1919    <include name="javafx-windows.jar" if:set="isWindows"/>
    20     <include name="utilsplugin2.jar"/>
    2120  </fileset>
    2221  <target name="pre-compile" depends="fetch_dependencies">
Note: See TracChangeset for help on using the changeset viewer.