-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
23 lines (23 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/navx_frc.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/checkstyle-6.10-all.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/websocket-api-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/websocket-client-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/websocket-common-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/websocket-server-9.3.3.v20150827.jar"/>
<classpathentry kind="lib" path="lib/websocket-servlet-9.3.3.v20150827.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>