-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
21 lines (21 loc) · 1.34 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/jetty-server-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/websocket-api-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/websocket-common-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/websocket-server-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/websocket-servlet-9.2.6.v20141205.jar"/>
<classpathentry kind="lib" path="lib/wpilibJavaFinal-0.1.0-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>