diff options
Diffstat (limited to 'smartdashboard/.classpath')
-rw-r--r-- | smartdashboard/.classpath | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/smartdashboard/.classpath b/smartdashboard/.classpath new file mode 100644 index 0000000..59d0db7 --- /dev/null +++ b/smartdashboard/.classpath @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/jcommon-1.0.16.jar"/>
+ <classpathentry kind="lib" path="lib/jfreechart-1.0.13.jar"/>
+ <classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/Network_Tables_2.0"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|