public
Description: Processing library that provides easy access to OS X's text-to-speech engine.
Homepage: http://www.repetitionrepetition.com/code/parrot
Clone URL: git://github.com/brysonian/Parrot.git
Chandler McWilliams (author)
Mon May 18 10:22:58 -0700 2009
Parrot / .classpath
100644 9 lines (8 sloc) 0.371 kb
1
2
3
4
5
6
7
8
9
<?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="/Users/chandler/Documents/workspace/libs/core.jar"/>
<classpathentry kind="lib" path="/System/Library/Java"/>
<classpathentry kind="output" path="bin"/>
</classpath>