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

Commit 52b441e

Browse files
committed
classpath change
jars referenced incorrectly and got the exclamation mark error --> fixed
1 parent 848a8eb commit 52b441e

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

Robot2018/.classpath

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="var" path="wpilib" sourcepath="/wpilib"/>
5-
<classpathentry kind="var" path="networktables" sourcepath="/networktables"/>
64
<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"/>
10-
<classpathentry kind="var" path="navx-mxp"/>
11-
<classpathentry kind="var" path="CTRE_Phoenix.jar"/>
12-
<classpathentry kind="var" path="CTRE_Phoenix.sources"/>
5+
<classpathentry kind="lib" path="lib/jars/cscore-sources.jar"/>
6+
<classpathentry kind="lib" path="lib/jars/cscore.jar"/>
7+
<classpathentry kind="lib" path="lib/jars/CTRE_Phoenix-sources.jar"/>
8+
<classpathentry kind="lib" path="lib/jars/CTRE_Phoenix.jar"/>
9+
<classpathentry kind="lib" path="lib/jars/navx_frc.jar"/>
10+
<classpathentry kind="lib" path="lib/jars/ntcore-sources.jar"/>
11+
<classpathentry kind="lib" path="lib/jars/ntcore.jar"/>
12+
<classpathentry kind="lib" path="lib/jars/opencv-sources.jar"/>
13+
<classpathentry kind="lib" path="lib/jars/opencv.jar"/>
14+
<classpathentry kind="lib" path="lib/jars/WPILib-sources.jar"/>
15+
<classpathentry kind="lib" path="lib/jars/WPILib.jar"/>
16+
<classpathentry kind="lib" path="lib/jars/wpiutil-sources.jar"/>
17+
<classpathentry kind="lib" path="lib/jars/wpiutil.jar"/>
1318
<classpathentry kind="output" path="bin"/>
1419
</classpath>

0 commit comments

Comments
 (0)