forked from google/ferret
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
40 lines (40 loc) · 2.36 KB
/
.classpath
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/gson-2.3.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/ddmlib.jar"/>
<classpathentry kind="lib" path="lib/ddmuilib.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.12.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.9.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-swt-1.0.9.jar"/>
<classpathentry kind="lib" path="lib/uiautomatorviewer.jar"/>
<classpathentry kind="lib" path="lib/com.google.guava_1.6.0.jar"/>
<classpathentry kind="lib" path="lib/aopalliance-repackaged-2.4.0-b10.jar"/>
<classpathentry kind="lib" path="lib/asm-debug-all-5.0.2.jar"/>
<classpathentry kind="lib" path="lib/hk2-api-2.4.0-b10.jar"/>
<classpathentry kind="lib" path="lib/hk2-locator-2.4.0-b10.jar"/>
<classpathentry kind="lib" path="lib/hk2-utils-2.4.0-b10.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.18.1-GA.jar"/>
<classpathentry kind="lib" path="lib/javax.annotation-api-1.2.jar"/>
<classpathentry kind="lib" path="lib/javax.inject-2.4.0-b10.jar"/>
<classpathentry kind="lib" path="lib/javax.servlet-api-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/javax.ws.rs-api-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.2.7.jar"/>
<classpathentry kind="lib" path="lib/jersey-client.jar"/>
<classpathentry kind="lib" path="lib/jersey-common.jar"/>
<classpathentry kind="lib" path="lib/jersey-container-servlet-core.jar"/>
<classpathentry kind="lib" path="lib/jersey-container-servlet.jar"/>
<classpathentry kind="lib" path="lib/jersey-guava-2.17.jar"/>
<classpathentry kind="lib" path="lib/jersey-media-jaxb.jar"/>
<classpathentry kind="lib" path="lib/jersey-server.jar"/>
<classpathentry kind="lib" path="lib/jetty-all.jar"/>
<classpathentry kind="lib" path="lib/org.osgi.core-4.2.0.jar"/>
<classpathentry kind="lib" path="lib/osgi-resource-locator-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/persistence-api-1.0.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/validation-api-1.1.0.Final.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>