-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
19 lines (19 loc) · 1.2 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="crawler/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="crawler/lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="crawler/lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="crawler/lib/fluent-hc-4.3.4.jar"/>
<classpathentry kind="lib" path="crawler/lib/httpclient-4.3.4.jar"/>
<classpathentry kind="lib" path="crawler/lib/httpclient-cache-4.3.4.jar"/>
<classpathentry kind="lib" path="crawler/lib/httpcore-4.3.2.jar"/>
<classpathentry kind="lib" path="crawler/lib/httpmime-4.3.4.jar"/>
<classpathentry kind="lib" path="crawler/lib/jsoup-1.8.1.jar"/>
<classpathentry kind="lib" path="crawler/lib/mongo-java-driver-3.0.0.jar"/>
<classpathentry kind="lib" path="crawler/lib/komoran-2.4-e.jar"/>
<classpathentry kind="lib" path="crawler/lib/org.snu.ids.ha.jar"/>
<classpathentry kind="lib" path="crawler/lib/shineware-common-2.0.jar"/>
<classpathentry kind="lib" path="crawler/lib/shineware-ds-1.0.jar"/>
<classpathentry kind="output" path="crawler/classes"/>
</classpath>