-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.classpath
22 lines (22 loc) · 1.42 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test/JavaUtils"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/gson-2.0.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.context-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.beans-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/org.springframework.core-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/xz-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.9.jar" sourcepath="lib/commons-compress-1.9-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.9-sources.jar"/>
<classpathentry kind="lib" path="lib/jedis-2.9.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jedis-2.9.0.jar" sourcepath="lib/jedis-2.9.0-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.4.2-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.4.2.jar" sourcepath="lib/commons-pool2-2.4.2-sources.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>