ford-java/.classpath

9 lines
386 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-07-19 13:16:30 -04:00
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="~/wpilib/java/current/lib/WPILib.jar"/>
<classpathentry kind="lib" path="~/wpilib/java/current/lib/NetworkTables.jar"/>
2016-07-19 13:16:30 -04:00
<classpathentry kind="output" path="bin"/>
</classpath>