Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit a778e54

Browse files
committed
finished porting jars
1 parent bcb70aa commit a778e54

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Robot2018/.classpath

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
5-
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
4+
<classpathentry kind="var" path="wpilib" sourcepath="/wpilib"/>
5+
<classpathentry kind="var" path="networktables" sourcepath="/networktables"/>
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
7-
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
8-
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
9-
<classpathentry kind="var" path="wpiutil" sourcepath="wpiutil.sources"/>
7+
<classpathentry kind="var" path="opencv" sourcepath="/opencv.sources"/>
8+
<classpathentry kind="var" path="cscore" sourcepath="/cscore.sources"/>
9+
<classpathentry kind="var" path="wpiutil" sourcepath="/wpiutil.sources"/>
10+
<classpathentry kind="var" path="navx-mxp"/>
11+
<classpathentry kind="var" path="CTRE_Phoenix.jar"/>
12+
<classpathentry kind="var" path="CTRE_Phoenix.sources"/>
1013
<classpathentry kind="output" path="bin"/>
1114
</classpath>
59.8 KB
Binary file not shown.
82.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)