-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 939 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="org.eclipse.paho.client.mqttv3-1.0.2.jar"/>
<classpathentry kind="lib" path="httpclient-4.5.1.jar"/>
<classpathentry kind="lib" path="httpcore-4.4.3.jar"/>
<classpathentry kind="lib" path="commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="californium-core-1.0.4.jar"/>
<classpathentry kind="lib" path="grizzly-websockets-server-2.3.28.jar"/>
<classpathentry kind="lib" path="bcpkix-jdk15on-156.jar"/>
<classpathentry kind="lib" path="bcprov-jdk15on-156.jar"/>
<classpathentry kind="lib" path="log4j-1.2.17.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/SEPATools"/>
<classpathentry combineaccessrules="false" kind="src" path="/STDash7"/>
<classpathentry kind="output" path="bin"/>
</classpath>