-
Notifications
You must be signed in to change notification settings - Fork 12
/
.classpath
18 lines (18 loc) · 1.16 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fluent-hc-4.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-cache-4.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-win-4.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpmime-4.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna-4.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jna-platform-4.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.4.1.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>