2021-02-13 14:25:42 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JWebAssembly-API"/>
|
|
|
|
<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 kind="src" output="bin/test" path="test">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="gradle_scope" value="test"/>
|
|
|
|
<attribute name="gradle_used_by_scope" value="test"/>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2023-05-01 13:24:10 +02:00
|
|
|
<classpathentry kind="src" output="bin/test" path="test11">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="gradle_scope" value="test"/>
|
|
|
|
<attribute name="gradle_used_by_scope" value="test"/>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
|
2021-02-13 14:25:42 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
|
|
<classpathentry kind="output" path="bin/default"/>
|
|
|
|
</classpath>
|