mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src">
|
|
<attributes>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="xtend-gen">
|
|
<attributes>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="src-gen">
|
|
<attributes>
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="emf-gen">
|
|
<attributes>
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry including="**/*.java|**/*.xtend" kind="src" path="suites">
|
|
<attributes>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="generator/src">
|
|
<attributes>
|
|
<attribute name="FROM_GRADLE_MODEL" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="generator/xtend-gen">
|
|
<attributes>
|
|
<attribute name="ignore_optional_problems" value="true"/>
|
|
<attribute name="FROM_GRADLE_MODEL" 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"/>
|
|
</classpath>
|