Merge pull request #508 from eclipse/kth_issue1129

[eclipse/xtext#1129] Automatic changes by Buildship
This commit is contained in:
Christian Dietrich 2017-10-27 12:52:29 +02:00 committed by GitHub
commit 6fe69f8ac0
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,11 @@
</attributes>
</classpathentry>
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="suites"/>
<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin"/>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>