-
Notifications
You must be signed in to change notification settings - Fork 9
/
.classpath
20 lines (20 loc) · 1.16 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/restsql"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-library-1.1.jar"/>
<classpathentry kind="lib" path="lib/jersey-client-1.5.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar" sourcepath="lib/junit-4.8.2-src.jar"/>
<classpathentry kind="lib" path="lib/jmock-2.5.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/restsql-test/lib/jmock-2.5.1-javadoc.zip!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/restsql/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/restsql/WebContent/WEB-INF/lib/jersey-core-1.5.jar"/>
<classpathentry kind="lib" path="/restsql/WebContent/WEB-INF/lib/json_simple-1.1.jar"/>
<classpathentry kind="lib" path="/restsql/WebContent/WEB-INF/lib/mysql-connector-java-5.1.14-bin.jar"/>
<classpathentry kind="output" path="obj/bin"/>
</classpath>