devinsy-strings/.classpath

18 lines
1.1 KiB
Text
Raw Normal View History

2013-06-20 00:13:37 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
2013-06-25 02:31:19 +02:00
<classpathentry kind="src" path="test"/>
2021-10-12 19:28:52 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-17-openjdk-amd64">
2020-08-14 01:15:35 +02:00
<attributes>
2021-10-12 19:28:52 +02:00
<attribute name="module" value="true"/>
2020-08-14 01:15:35 +02:00
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/UnitTesting/hamcrest-core-1.3.jar" sourcepath="lib/UnitTesting/hamcrest-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/Logs/log4j-1.2.17.jar" sourcepath="lib/Logs/log4j-1.2.17-source.zip"/>
<classpathentry kind="lib" path="lib/UnitTesting/junit-4.12.jar" sourcepath="lib/UnitTesting/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="lib/Logs/slf4j-api-1.7.25.jar" sourcepath="lib/Logs/slf4j-api-1.7.25-sources.jar"/>
<classpathentry kind="lib" path="lib/Logs/slf4j-log4j12-1.7.25.jar" sourcepath="lib/Logs/slf4j-log4j12-1.7.25-sources.jar"/>
2023-11-27 04:14:18 +01:00
<classpathentry kind="lib" path="lib/commons-lang3-3.13.0.jar" sourcepath="lib/commons-lang3-3.13.0-sources.jar"/>
2013-06-20 00:13:37 +02:00
<classpathentry kind="output" path="bin"/>
</classpath>