xidyn/.classpath

23 lines
1.1 KiB
Text
Raw Normal View History

2010-08-04 17:08:17 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="demo"/>
2013-06-26 02:21:03 +02:00
<classpathentry kind="src" path="test"/>
2010-08-04 17:08:17 +02:00
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
2013-06-21 02:55:52 +02:00
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
2013-06-26 14:17:25 +02:00
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
2013-06-26 18:13:50 +02:00
<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/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/fest-assert-1.4.jar"/>
<classpathentry kind="lib" path="lib/fest-util-1.1.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
2013-08-19 18:45:44 +02:00
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
2016-09-08 00:32:35 +02:00
<classpathentry kind="lib" path="lib/devinsy-utils-0.3.1.jar"/>
2010-08-04 17:08:17 +02:00
<classpathentry kind="output" path="build/classes"/>
</classpath>