forked from FRC-3684-Electric-Eagles/2018-Power-Up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
13 lines (13 loc) · 792 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="Getting Started/src"/>
<classpathentry kind="lib" path="Getting Started/build/jars/cscore.jar"/>
<classpathentry kind="lib" path="Getting Started/build/jars/CTRE_Phoenix.jar"/>
<classpathentry kind="lib" path="Getting Started/build/jars/ntcore.jar"/>
<classpathentry kind="lib" path="Getting Started/build/jars/opencv.jar"/>
<classpathentry kind="lib" path="Getting Started/build/jars/WPILib.jar"/>
<classpathentry kind="lib" path="Getting Started/build/jars/wpiutil.jar"/>
<classpathentry kind="lib" path="Getting Started/dist/FRCUserProgram.jar"/>
<classpathentry kind="output" path="Getting Started/bin"/>
</classpath>