source: osm/applications/editors/josm/plugins/MicrosoftStreetside/.classpath@ 36228

Last change on this file since 36228 was 36228, checked in by taylor.smock, 2 months ago

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 size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry excluding="config/" including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
4 <attributes>
5 <attribute name="gradle_scope" value="main"/>
6 <attribute name="gradle_used_by_scope" value="main,test"/>
7 </attributes>
8 </classpathentry>
9 <classpathentry kind="src" path="config"/>
10 <classpathentry kind="src" output="bintest" path="test/unit">
11 <attributes>
12 <attribute name="test" value="true"/>
13 <attribute name="gradle_scope" value="test"/>
14 <attribute name="gradle_used_by_scope" value="test"/>
15 </attributes>
16 </classpathentry>
17 <classpathentry kind="src" output="bin/minJosmVersion" path="src">
18 <attributes>
19 <attribute name="gradle_scope" value="minJosmVersion"/>
20 <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
21 </attributes>
22 </classpathentry>
23 <classpathentry kind="src" output="bintest" path="test/data">
24 <attributes>
25 <attribute name="test" value="true"/>
26 <attribute name="gradle_scope" value="test"/>
27 <attribute name="gradle_used_by_scope" value="test"/>
28 </attributes>
29 </classpathentry>
30 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
31 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
32 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
33 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-MicrosoftStreetside&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
34 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-javafx"/>
35 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
36 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
37 <classpathentry kind="output" path="bin/default"/>
38</classpath>
Note: See TracBrowser for help on using the repository browser.