forked from libpd/libpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 777 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="libpd/libs"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="javatests"/>
<classpathentry kind="src" path="samples"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/easymock-3.0.jar"/>
<classpathentry kind="lib" path="libs/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="libs/cglib-2.2.jar"/>
<classpathentry kind="lib" path="libs/asm-3.3.jar"/>
<classpathentry kind="output" path="java"/>
</classpath>