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"/>
|
2013-06-20 02:57:31 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
|
|
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/devinsy-utils-0.1.4.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
|
2013-06-25 03:11:22 +02:00
|
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
|
2013-06-26 14:17:07 +02:00
|
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
|
2013-06-26 16:52:15 +02:00
|
|
|
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.5.jar"/>
|
2013-06-20 02:57:31 +02:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|