-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
45 lines (45 loc) · 2.14 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
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="lib/twitter4j-async-4.0.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://twitter4j.org/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/twitter4j-core-4.0.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://twitter4j.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/twitter4j-examples-4.0.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://twitter4j.org/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/twitter4j-media-support-4.0.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://twitter4j.org/javadoc"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/twitter4j-stream-4.0.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://twitter4j.org/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.34-bin.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-api.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.0.jar"/>
<classpathentry kind="lib" path="lib/jaxb-impl-2.0.5.jar"/>
<classpathentry kind="lib" path="lib/jaxb-xjc-2.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-asl-1.5.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.5.3.jar"/>
<classpathentry kind="lib" path="lib/jetty-6.1.24.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-6.1.24.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-20081211.jar"/>
<classpathentry kind="con" path="com.amazonaws.eclipse.sdk.AWS_JAVA_SDK"/>
<classpathentry kind="output" path="bin"/>
</classpath>