-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
42 lines (42 loc) · 1.91 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="wpilib" sourcepath="/wpilib.sources">
<attributes>
<attribute name="javadoc_location" value="http://first.wpi.edu/FRC/roborio/release/docs/java/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="networktables" sourcepath="ntcore.sources">
<attributes>
<attribute name="javadoc_location" value="http://first.wpi.edu/FRC/roborio/release/docs/java/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources">
<attributes>
<attribute name="javadoc_location" value="http://first.wpi.edu/FRC/roborio/release/docs/java/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources">
<attributes>
<attribute name="javadoc_location" value="http://first.wpi.edu/FRC/roborio/release/docs/java/"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources">
<attributes>
<attribute name="javadoc_location" value="http://first.wpi.edu/FRC/roborio/release/docs/java/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix-sources.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix.jar" sourcepath="/CTRE_Phoenix.sources">
<attributes>
<attribute name="javadoc_location" value="http://www.ctr-electronics.com/downloads/api/java/html"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="USERLIBS_DIR/navx_frc.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.kauailabs.com/public_files/navx-mxp/apidocs/java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>