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

Last change on this file since 34385 was 34385, checked in by renerr18, 7 years ago

Fixed bug with privacy link URL and reinstated a portion of the unit tests.

File size: 1.6 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="bin/minJosmVersion" path="src">
11 <attributes>
12 <attribute name="gradle_scope" value="minJosmVersion"/>
13 <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
14 </attributes>
15 </classpathentry>
16 <classpathentry kind="src" output="bin/test" path="test/unit">
17 <attributes>
18 <attribute name="gradle_scope" value="test"/>
19 <attribute name="gradle_used_by_scope" value="test"/>
20 </attributes>
21 </classpathentry>
22 <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
23 <attributes>
24 <attribute name="gradle_scope" value="main"/>
25 <attribute name="gradle_used_by_scope" value="main,test"/>
26 </attributes>
27 </classpathentry>
28 <classpathentry kind="src" output="bin/test" path="test/data">
29 <attributes>
30 <attribute name="gradle_scope" value="test"/>
31 <attribute name="gradle_used_by_scope" value="test"/>
32 </attributes>
33 </classpathentry>
34 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
35 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
36 <classpathentry kind="output" path="bin/default"/>
37</classpath>
Note: See TracBrowser for help on using the repository browser.