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

Last change on this file since 35601 was 35601, checked in by Don-vip, 4 years ago

upgrade to JOSM 16548

File size: 2.0 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-1.8/"/>
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 combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
38 <classpathentry kind="output" path="bin/default"/>
39</classpath>
Note: See TracBrowser for help on using the repository browser.