-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
executable file
·24 lines (24 loc) · 1.33 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
<?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/FreePastry-2.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/jackson-all-1.9.11.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/xmlpull_1_1_3_4a.jar"/>
<classpathentry kind="lib" path="lib/xpp3-1.1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-async-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-core-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-examples-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-media-support-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/twitter4j-stream-3.0.2.jar"/>
<classpathentry kind="lib" path="lib/commons-email-1.2.jar"/>
<classpathentry kind="lib" path="lib/mail.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>