-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
23 lines (23 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="BasicDrive/src"/>
<classpathentry kind="src" path="BloodHound/src"/>
<classpathentry kind="src" path="CUBECode/src"/>
<classpathentry kind="src" path="HoundDogv1/src"/>
<classpathentry kind="src" path="Test/src"/>
<classpathentry kind="lib" path="CUBECode/build/jars/cscore.jar"/>
<<<<<<< HEAD
<classpathentry kind="lib" path="CUBECode/build/jars/CTRLib.jar"/>
<classpathentry kind="lib" path="CUBECode/build/jars/navx_frc.jar"/>
<classpathentry kind="lib" path="CUBECode/build/jars/NetworkTables.jar"/>
<classpathentry kind="lib" path="CUBECode/build/jars/opencv.jar"/>
=======
<classpathentry kind="lib" path="CUBECode/build/jars/NetworkTables.jar"/>
<classpathentry kind="lib" path="CUBECode/build/jars/opencv.jar"/>
<classpathentry kind="lib" path="CUBECode/build/jars/TalonSRXLibJava.jar"/>
>>>>>>> b1c6631c42dd5b9d710af5024b8e6e58ddac2916
<classpathentry kind="lib" path="CUBECode/build/jars/WPILib.jar"/>
<classpathentry kind="lib" path="CUBECode/dist/FRCUserProgram.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="BasicDrive/bin"/>
</classpath>