-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 1006 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="javasrc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="java/checkedInLibs/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/jtwitter-3.0.7/lib/commons-codec.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/jtwitter-3.0.7/jtwitter.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/jtwitter-3.0.7/lib/signpost-commonshttp4.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/jtwitter-3.0.7/lib/signpost-core-1.2.1.1.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/rxtx-2.1.7.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/org.eclipse.paho.client.mqttv3.jar"/>
<classpathentry kind="lib" path="java/checkedInLibs/commons-math3-3.6.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>