.classpath 1.1 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  5. <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-service.jar">
  6. <attributes>
  7. <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-gpio-extension.jar">
  11. <attributes>
  12. <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
  13. </attributes>
  14. </classpathentry>
  15. <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-device.jar">
  16. <attributes>
  17. <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
  18. </attributes>
  19. </classpathentry>
  20. <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-core.jar">
  21. <attributes>
  22. <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
  23. </attributes>
  24. </classpathentry>
  25. <classpathentry kind="output" path="bin"/>
  26. </classpath>