forked from pfrommerd/insteon-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
26 lines (26 loc) · 1.4 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="/usr/share/java/RXTXcomm.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/usr/lib/jni"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/hub/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/hub/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/hub/fluent-hc-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/hub/httpclient-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/hub/httpclient-cache-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/hub/httpcore-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/hub/httpmime-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/logger/logback-core-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/logger/slf4j-api-1.7.10.jar"/>
<classpathentry kind="lib" path="lib/jython-standalone-2.7-b1.jar"/>
<classpathentry kind="lib" path="lib/logger/logback-access-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/logger/logback-classic-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/RXTXcomm.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>