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

Last change on this file since 34417 was 34399, checked in by renerr18, 6 years ago

Removed poSrc files and most "dead code"/commented out obsolete Mapillary code.

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry 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" output="bin/test" path="test/unit">
10 <attributes>
11 <attribute name="gradle_scope" value="test"/>
12 <attribute name="gradle_used_by_scope" value="test"/>
13 </attributes>
14 </classpathentry>
15 <classpathentry kind="src" output="bin/minJosmVersion" path="src">
16 <attributes>
17 <attribute name="gradle_scope" value="minJosmVersion"/>
18 <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
19 </attributes>
20 </classpathentry>
21 <classpathentry kind="src" output="bin/test" path="test/data">
22 <attributes>
23 <attribute name="gradle_scope" value="test"/>
24 <attribute name="gradle_used_by_scope" value="test"/>
25 </attributes>
26 </classpathentry>
27 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
28 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
29 <classpathentry kind="output" path="bin/default"/>
30</classpath>
Note: See TracBrowser for help on using the repository browser.