forked from HTTP-RPC/Kilo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
26 lines (26 loc) · 1.6 KB
/
.classpath
File metadata and controls
26 lines (26 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry combineaccessrules="false" kind="src" path="/httprpc-server"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/httprpc-server/api/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/geronimo-jta_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/h2-1.3.176.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/hibernate-commons-annotations-5.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/hibernate-core-5.0.9.Final.jar"/>
<classpathentry kind="lib" path="lib/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="lib/jandex-2.0.0.Final.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.18.1-GA.jar"/>
<classpathentry kind="lib" path="lib/jboss-logging-3.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/mongo-java-driver-3.0.4.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.36-bin.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>