forked from maifeng/customer-review-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.16 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/httpclient-cache-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/httpcore-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/httpcomponents/httpmime-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/joda-time-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>