DomDerrien / two-tiers-utils

Set of utilities to ease the development of modern Web applications

This URL has Read+Write access

two-tiers-utils / .classpath
100644 13 lines (12 sloc) 0.742 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/Java"/>
<classpathentry kind="src" path="test/Java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_19"/>
<classpathentry kind="lib" path="deps/lib/xml/xalan-2.7.0.jar"/>
<classpathentry kind="lib" path="deps/lib/xml/xercesImpl-2.4.0.jar"/>
<classpathentry kind="lib" path="deps/lib/xml/xml-apis-1.3.02.jar"/>
<classpathentry kind="lib" path="deps/lib/junit/junit-4.7.jar" sourcepath="deps/lib/junit/junit-4.7-src.jar"/>
<classpathentry kind="lib" path="deps/lib/j2ee/servlet-api.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>