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"/>
|
2013-06-20 00:13:37 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
2013-06-25 02:31:19 +02:00
|
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
2013-06-26 23:36:12 +02:00
|
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar" sourcepath="lib/junit-4.11-sources.jar"/>
|
2013-06-26 14:16:28 +02:00
|
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
|
2013-06-26 16:40:18 +02:00
|
|
|
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.5.jar"/>
|
2014-05-19 06:06:35 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="lib/commons-lang3-3.1-sources.jar"/>
|
2014-08-13 18:15:42 +02:00
|
|
|
<classpathentry kind="lib" path="lib/joda-time-2.3.jar"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
2013-08-24 15:56:24 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="owner.project.facets" value="java"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-06-20 00:13:37 +02:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|