forked from nekopanda/logbook
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.classpath
35 lines (35 loc) · 2.41 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/jetty-client-9.0.5.v20130815.jar" sourcepath="T:/sandbox/t21/jetty/jetty-client/src/main/java"/>
<classpathentry kind="lib" path="lib/jetty-http-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/jetty-proxy-9.0.5.v20130815.jar" sourcepath="T:/sandbox/t21/jetty/jetty-proxy/src/main/java"/>
<classpathentry kind="lib" path="lib/jetty-server-9.0.5.v20130815.jar" sourcepath="T:/sandbox/t06/jetty-all-9.0.5.v20130815-sources.zip"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.0.5.v20130815.jar" sourcepath="T:/sandbox/t06/jetty-all-9.0.5.v20130815-sources.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/swt.jar" sourcepath="lib/sources/swt-source.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.0-beta8.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.0-beta8.jar"/>
<classpathentry kind="lib" path="lib/annotation.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/protostuff-api-1.0.7.jar"/>
<classpathentry kind="lib" path="lib/protostuff-core-1.0.7.jar"/>
<classpathentry kind="lib" path="lib/protostuff-collectionschema-1.0.7.jar"/>
<classpathentry kind="lib" path="lib/protostuff-runtime-1.0.7.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.0.5.v20130815.jar"/>
<classpathentry kind="lib" path="lib/javax.json-1.0.jar"/>
<classpathentry kind="lib" path="lib/jintellitype-1.3.9.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-4.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>