2016-07-07 08:19:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2019-02-07 15:54:20 +00:00
|
|
|
<classpathentry kind="src" output="bin/main" path="src">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="gradle_scope" value="main"/>
|
|
|
|
<attribute name="gradle_used_by_scope" value="main,test"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry including="**/*.java|**/*.xtend" kind="src" output="bin/main" path="xtend-gen">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="gradle_scope" value="main"/>
|
|
|
|
<attribute name="gradle_used_by_scope" value="main,test"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="bin/test" path="tests">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="gradle_scope" value="test"/>
|
|
|
|
<attribute name="gradle_used_by_scope" value="test"/>
|
2019-08-28 05:15:40 +00:00
|
|
|
<attribute name="test" value="true"/>
|
2019-02-07 15:54:20 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2016-11-30 09:00:21 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
2016-07-07 08:19:04 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
2019-02-10 13:55:03 +00:00
|
|
|
<classpathentry kind="output" path="bin/main"/>
|
2016-07-07 08:19:04 +00:00
|
|
|
</classpath>
|