2013-06-20 02:57:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
2013-06-25 03:11:22 +02:00
|
|
|
<classpathentry kind="src" path="test"/>
|
2014-02-04 18:43:47 +01:00
|
|
|
<classpathentry kind="lib" path="lib/servlet-api.jar" sourcepath="/KIWA/resources/extra-jars/servlet-api-2.4-sources.jar"/>
|
2013-08-26 16:50:44 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.8.jar" sourcepath="lib/commons-codec-1.8-sources.jar"/>
|
2013-08-24 12:25:08 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
2014-08-15 07:05:30 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.jar" sourcepath="lib/commons-fileupload-1.3-sources.jar"/>
|
2016-09-12 05:09:54 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.1-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="lib/commons-lang3-3.1-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/log4j-1.2.17-source.zip"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/log4j-1.2.17.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/slf4j-api-1.7.5-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/slf4j-api-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/slf4j-log4j12-1.7.5-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/Logs/slf4j-log4j12-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/UnitTesting/hamcrest-core-1.3-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/UnitTesting/hamcrest-core-1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/UnitTesting/junit-4.11-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/UnitTesting/junit-4.11.jar"/>
|
2021-07-10 19:46:31 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
2013-08-24 12:25:08 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="owner.project.facets" value="java"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2016-09-15 01:44:34 +02:00
|
|
|
<classpathentry kind="lib" path="lib/devinsy-utils-0.3.2-sources.zip"/>
|
|
|
|
<classpathentry kind="lib" path="lib/devinsy-utils-0.3.2.jar"/>
|
2013-06-20 02:57:31 +02:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|