forked from rcostanzo/persist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
16 lines (16 loc) · 935 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="build/lib/testing/javassist.jar"/>
<classpathentry kind="lib" path="build/lib/testing/junit-4.3.1.jar"/>
<classpathentry kind="lib" path="build/lib/testing/jamon-2.6.jar"/>
<classpathentry kind="lib" path="build/lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="build/lib/testing/cglib-nodep-2.2.jar"/>
<classpathentry kind="lib" path="build/lib/testing/easymock-3.0.jar"/>
<classpathentry kind="lib" path="build/lib/testing/logback-classic-0.9.28.jar"/>
<classpathentry kind="lib" path="build/lib/testing/logback-core-0.9.28.jar"/>
<classpathentry kind="lib" path="build/lib/testing/objenesis-1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>