forked from team8/FRC-2017-Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
19 lines (19 loc) · 1.18 KB
/
.classpath
File metadata and controls
19 lines (19 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry kind="var" path="networktables" sourcepath="/networktables.sources"/>
<classpathentry kind="var" path="opencv" sourcepath="/opencv.sources"/>
<classpathentry kind="var" path="cscore" sourcepath="/cscore.sources"/>
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
<classpathentry kind="lib" path="lib/mindsensors.jar" sourcepath="lib/mindsensors-javadoc.jar"/>
<classpathentry kind="lib" path="lib/CTRLib.jar" sourcepath="lib/CTRLib-javadoc.jar"/>
<classpathentry kind="lib" path="res/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="res/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/RIOdroid.jar"/>
<classpathentry kind="lib" path="lib/navx_frc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>