| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-service.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-gpio-extension.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-device.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/home/janco/Documenten/github/Arcade-controls/pi4j-core.jar">
- <attributes>
- <attribute name="javadoc_location" value="http://pi4j.com/apidocs/"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="bin"/>
- </classpath>
|