Squashed 'third_party/Phoenix-frc-lib/' content from commit 666d176
Change-Id: Ibaca2fc8ffb1177e786576cc1e4cc9f7a8c98f13
git-subtree-dir: third_party/Phoenix-frc-lib
git-subtree-split: 666d176a08151793044ab74e0005f13d3732ed96
diff --git a/java/.classpath b/java/.classpath
new file mode 100644
index 0000000..94c6baa
--- /dev/null
+++ b/java/.classpath
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
+ <classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="var" path="opencv" sourcepath="opencv.sources"/>
+ <classpathentry kind="var" path="cscore" sourcepath="cscore.sources"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>