-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
24 lines (24 loc) · 1.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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-js"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/org.json.jar"/>
<classpathentry kind="lib" path="lib/at.dyhan.open_imaging.jar"/>
<classpathentry kind="lib" path="lib/JTransforms-3.0.jar"/>
<classpathentry kind="lib" path="lib-minim/jl1.0.jar"/>
<classpathentry kind="lib" path="lib-minim/jsminim.jar" sourcepath="lib-minim/src-minim.zip"/>
<classpathentry kind="lib" path="lib-minim/minim.jar" sourcepath="lib-minim/src-minim.zip"/>
<classpathentry kind="lib" path="lib-minim/mp3spi1.9.4.jar"/>
<classpathentry kind="lib" path="lib-minim/tritonus_aos.jar"/>
<classpathentry kind="lib" path="lib-minim/tritonus_share.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>