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>
|
2022-03-20 11:17:21 +01:00
|
|
|
<classpathentry kind="src" output="out/eclipse/classes-test" path="test/src">
|
2020-11-30 11:53:52 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2022-10-01 15:29:19 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
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>
|
2022-10-01 15:29:19 +02:00
|
|
|
<classpathentry 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>
|
2022-10-01 15:29:19 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
|
|
|
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/atriasoft-reggol">
|
2021-04-04 15:26:54 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="module" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-11-30 11:53:52 +01:00
|
|
|
<classpathentry kind="output" path="out/eclipse/classes"/>
|
|
|
|
</classpath>
|