xidyn/.classpath

16 lines
694 B
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="test"/>
<classpathentry kind="src" path="demo"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
2013-06-21 02:55:52 +02:00
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
2013-06-21 03:12:11 +02:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
2010-08-04 17:08:17 +02:00
<classpathentry kind="output" path="build/classes"/>
</classpath>