-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
25 lines (25 loc) · 1.42 KB
/
.classpath
File metadata and controls
25 lines (25 loc) · 1.42 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="libraries/bridj-0.6.2.jar"/>
<classpathentry kind="lib" path="libraries/slf4j-api-1.7.2.jar"/>
<classpathentry kind="lib" path="libraries/webcam-capture-0.3.10.jar"/>
<<<<<<< HEAD
<classpathentry kind="lib" path="libraries/org.marvinproject.image.segmentation.floodfillSegmentation.jar"/>
=======
<classpathentry kind="lib" path="libraries/WPILib.jar"/>
<classpathentry kind="lib" path="libraries/cscore-sources.jar"/>
<classpathentry kind="lib" path="libraries/cscore.jar"/>
<classpathentry kind="lib" path="libraries/NetworkTables-sources.jar"/>
<classpathentry kind="lib" path="libraries/NetworkTables.jar"/>
<classpathentry kind="lib" path="libraries/opencv-sources.jar"/>
<classpathentry kind="lib" path="libraries/opencv.jar"/>
<classpathentry kind="lib" path="libraries/WPILib-sources.jar"/>
>>>>>>> master
<classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
<classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
<classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
<classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
<classpathentry kind="output" path="bin"/>
</classpath>