etk/.classpath

36 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-11-30 11:53:52 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" output="out/eclipse/classes-test" path="test/src">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
2021-03-25 18:55:24 +01:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14">
2020-11-30 11:53:52 +01:00
<attributes>
2021-03-25 18:55:24 +01:00
<attribute name="module" value="true"/>
2020-11-30 11:53:52 +01:00
</attributes>
</classpathentry>
2021-03-25 18:55:24 +01:00
<classpathentry exported="true" kind="lib" path="lib/spotbugs-annotations-4.2.2.jar">
2020-11-30 11:53:52 +01:00
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2021-03-25 18:55:24 +01:00
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
2021-04-04 15:26:54 +02:00
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scenarium-logger">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
2020-11-30 11:53:52 +01:00
<classpathentry kind="output" path="out/eclipse/classes"/>
</classpath>