-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 1.28 KB
/
.classpath
File metadata and controls
16 lines (16 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/jsonbeans-0.9.jar"/>
<classpathentry kind="lib" path="libs/minlog-1.2.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/apache/httpcomponents/client5/httpclient5/5.5/httpclient5-5.5.jar" sourcepath="M2_REPO/org/apache/httpcomponents/client5/httpclient5/5.5/httpclient5-5.5-sources.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/apache/httpcomponents/core5/httpcore5/5.3.4/httpcore5-5.3.4.jar" sourcepath="M2_REPO/org/apache/httpcomponents/core5/httpcore5/5.3.4/httpcore5-5.3.4-sources.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/apache/httpcomponents/core5/httpcore5-h2/5.3.4/httpcore5-h2-5.3.4.jar" sourcepath="M2_REPO/org/apache/httpcomponents/core5/httpcore5-h2/5.3.4/httpcore5-h2-5.3.4-sources.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>