-
Notifications
You must be signed in to change notification settings - Fork 16
/
.classpath
24 lines (24 loc) · 1.33 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="assets"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="libs/minlog-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/retrofit-1.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gson-2.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/huelocalsdk.jar"/>
<classpathentry exported="true" kind="lib" path="libs/huesdkresources.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpclient-4.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpcore-4.4.4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/clippy-natives.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jsonbeans-0.8.jar"/>
<classpathentry kind="lib" path="libs/h2-1.4.197.jar"/>
<classpathentry kind="lib" path="libs/jna-5.8.0.jar"/>
<classpathentry kind="lib" path="libs/scar-1.11b.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>