Ignore:
Timestamp:
2024-03-14T16:34:12+01:00 (2 years 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/.classpath

    r35601 r36228  
    2828                </attributes>
    2929        </classpathentry>
    30         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
     30        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
    3131        <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
    3232        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     
    3535        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
    3636        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
    37         <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
    3837        <classpathentry kind="output" path="bin/default"/>
    3938</classpath>
Note: See TracChangeset for help on using the changeset viewer.