2016-07-07 08:19:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2017-01-12 09:32:06 +00:00
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="xtend-gen"/>
|
2016-07-07 08:19:04 +00:00
|
|
|
<classpathentry kind="src" path="src-gen">
|
|
|
|
<attributes>
|
2016-09-14 14:52:54 +00:00
|
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
2016-07-07 08:19:04 +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"/>
|
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|