2013-09-02 12:31:06 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="src" path="test"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
2013-09-02 18:41:18 +02:00
|
|
|
<classpathentry kind="lib" path="lib/junit-4.11.jar" sourcepath="lib/junit-4.11-sources.jar"/>
|
2013-09-02 12:31:06 +02:00
|
|
|
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.8.jar"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="owner.project.facets" value="jst.utility"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_45">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="owner.project.facets" value="java"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-09-02 18:41:18 +02:00
|
|
|
<classpathentry kind="lib" path="lib/mysql-jdbc-5.0.8.jar"/>
|
2013-09-15 07:34:04 +02:00
|
|
|
<classpathentry kind="lib" path="lib/joda-time-2.3.jar" sourcepath="lib/joda-time-2.3-sources.jar"/>
|
2013-09-19 04:22:47 +02:00
|
|
|
<classpathentry kind="lib" path="lib/hsqldb-2.3.0.jar"/>
|
2017-04-21 19:25:39 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-io-2.4-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib/commons-io-2.4-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/devinsy-utils-0.3.3.jar"/>
|
2013-09-02 12:31:06 +02:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|