| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <classpath>
|
|---|
| 3 | <!-- -classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" path=""/>
|
|---|
| 4 | <classpathentry kind="src" path="src"/>
|
|---|
| 5 | <classpathentry including="**/*.po" kind="src" path="poSrc"/>
|
|---|
| 6 | <classpathentry kind="src" path="test/data"/>
|
|---|
| 7 | <classpathentry kind="src" path="test/unit"/>
|
|---|
| 8 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
|---|
| 9 | <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|---|
| 10 | <classpathentry kind="output" path="bin"/ -->
|
|---|
| 11 |
|
|---|
| 12 | <classpathentry including="data/**|images/**|LICENSE|LICENSE_*" kind="src" output="bin/main" path="">
|
|---|
| 13 | <attributes>
|
|---|
| 14 | <attribute name="gradle_scope" value="main"/>
|
|---|
| 15 | <attribute name="gradle_used_by_scope" value="main,test"/>
|
|---|
| 16 | </attributes>
|
|---|
| 17 | </classpathentry>
|
|---|
| 18 | <classpathentry kind="src" output="bin/minJosmVersion" path="src">
|
|---|
| 19 | <attributes>
|
|---|
| 20 | <attribute name="gradle_scope" value="minJosmVersion"/>
|
|---|
| 21 | <attribute name="gradle_used_by_scope" value="minJosmVersion"/>
|
|---|
| 22 | </attributes>
|
|---|
| 23 | </classpathentry>
|
|---|
| 24 | <classpathentry kind="src" output="bin/test" path="test/unit">
|
|---|
| 25 | <attributes>
|
|---|
| 26 | <attribute name="gradle_scope" value="test"/>
|
|---|
| 27 | <attribute name="gradle_used_by_scope" value="test"/>
|
|---|
| 28 | </attributes>
|
|---|
| 29 | </classpathentry>
|
|---|
| 30 | <classpathentry including="**/*.po" kind="src" output="bin/main" path="poSrc">
|
|---|
| 31 | <attributes>
|
|---|
| 32 | <attribute name="gradle_scope" value="main"/>
|
|---|
| 33 | <attribute name="gradle_used_by_scope" value="main,test"/>
|
|---|
| 34 | </attributes>
|
|---|
| 35 | </classpathentry>
|
|---|
| 36 | <classpathentry kind="src" output="bin/test" path="test/data">
|
|---|
| 37 | <attributes>
|
|---|
| 38 | <attribute name="gradle_scope" value="test"/>
|
|---|
| 39 | <attribute name="gradle_used_by_scope" value="test"/>
|
|---|
| 40 | </attributes>
|
|---|
| 41 | </classpathentry>
|
|---|
| 42 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
|---|
| 43 | <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|---|
| 44 | <classpathentry kind="output" path="bin/default"/>
|
|---|
| 45 | </classpath>
|
|---|