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

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

Optimizations.

File size: 1.5 KB
RevLine 
[34317]1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
[34330]3 <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
[34329]4 <attributes>
5 <attribute name="gradle_scope" value="main"/>
6 <attribute name="gradle_used_by_scope" value="main,test"/>
7 </attributes>
8 </classpathentry>
[34330]9 <classpathentry kind="src" output="bin/minJosmVersion" path="src">
[34329]10 <attributes>
11 <attribute name="gradle_scope" value="minJosmVersion"/>
12 <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
13 </attributes>
14 </classpathentry>
[34330]15 <classpathentry kind="src" output="bin/test" path="test/unit">
[34329]16 <attributes>
17 <attribute name="gradle_scope" value="test"/>
18 <attribute name="gradle_used_by_scope" value="test"/>
19 </attributes>
20 </classpathentry>
[34330]21 <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
[34329]22 <attributes>
23 <attribute name="gradle_scope" value="main"/>
24 <attribute name="gradle_used_by_scope" value="main,test"/>
25 </attributes>
26 </classpathentry>
[34330]27 <classpathentry kind="src" output="bin/test" path="test/data">
[34329]28 <attributes>
29 <attribute name="gradle_scope" value="test"/>
30 <attribute name="gradle_used_by_scope" value="test"/>
31 </attributes>
32 </classpathentry>
[34317]33 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
34 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
[34329]35 <classpathentry kind="output" path="bin/default"/>
[34317]36</classpath>
Note: See TracBrowser for help on using the repository browser.