remove bin from tracking; add gitignore
[3501/2015-FRC-Spark] / .classpath
index daf6ebbf77221eac4688369b5682a716137c931a..10a431fe1b4170627dbc4d39d6db9b5967a18f23 100644 (file)
@@ -1,7 +1,8 @@
+<?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.6"/>
-  <classpathentry kind="output" path="bin"/>
+       <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.6"/>
+       <classpathentry kind="lib" path="/home/cindy/wpilib/java/current/lib/NetworkTables.jar"/>
+       <classpathentry kind="lib" path="/home/cindy/wpilib/java/current/lib/WPILib.jar"/>
+       <classpathentry kind="output" path="bin"/>
 </classpath>