Files
processing4/app/.classpath
jdf ca13a3e428 Added antlr src which helps with understanding parser bugs.
Added skeleton of unit testing stuff.
2010-03-16 18:00:26 +00:00

27 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
<classpathentry kind="src" path="generated"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-dxf"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-net"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-opengl">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/processing-pdf"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-serial"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-video"/>
<classpathentry kind="lib" path="lib/antlr.jar" sourcepath="lib/antlr-src.zip"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="lib/apple.jar"/>
<classpathentry kind="lib" path="test/lib/junit-4.8.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>