mirror of
https://github.com/Team4388/2018-Robot.git
synced 2026-06-09 00:38:04 -06:00
17 lines
1018 B
XML
17 lines
1018 B
XML
|
|
<?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="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/json-simple-1.1.1.jar"/>
|
||
|
|
<classpathentry kind="var" path="USERLIBS_DIR/Pathfinder-Java.jar"/>
|
||
|
|
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
|
||
|
|
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
|
||
|
|
<classpathentry kind="var" path="USERLIBS_DIR/navx_frc.jar"/>
|
||
|
|
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources"/>
|
||
|
|
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix-sources.jar"/>
|
||
|
|
<classpathentry kind="var" path="USERLIBS_DIR/CTRE_Phoenix.jar"/>
|
||
|
|
<classpathentry kind="output" path="bin"/>
|
||
|
|
</classpath>
|