public
Description: library for connecting the monome 40h and Processing
Homepage: http://jklabs.net/monomic
Clone URL: git://github.com/jkriss/monomic.git
monomic / .classpath
100644 12 lines (11 sloc) 0.475 kb
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="lib" path="lib/oscP5.jar"/>
<classpathentry kind="lib" path="lib/RXTXcomm.jar"/>
<classpathentry kind="lib" path="lib/serial.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>