xtext-core/org.eclipse.xtext.tests/.classpath

56 lines
2.3 KiB
Text
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/test" path="src">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java|**/*.xtend" kind="src" output="bin/test" path="xtend-gen">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/test" path="src-gen">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/mwe2" path="emf-gen">
<attributes>
<attribute name="gradle_scope" value="mwe2"/>
<attribute name="gradle_used_by_scope" value="test,mwe2"/>
<attribute name="ignore_optional_problems" value="true"/>
2016-07-12 08:32:39 +00:00
</attributes>
</classpathentry>
<classpathentry including="**/*.java|**/*.xtend" kind="src" output="bin/test" path="suites">
<attributes>
<attribute name="gradle_scope" value="test"/>
<attribute name="gradle_used_by_scope" value="test"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/mwe2" path="generator/src">
<attributes>
<attribute name="gradle_scope" value="mwe2"/>
<attribute name="gradle_used_by_scope" value="test,mwe2"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/mwe2" path="generator/xtend-gen">
2016-07-12 08:32:39 +00:00
<attributes>
<attribute name="gradle_scope" value="mwe2"/>
<attribute name="gradle_used_by_scope" value="test,mwe2"/>
<attribute name="ignore_optional_problems" value="true"/>
2016-07-12 08:32:39 +00:00
</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/main"/>
</classpath>