forked from jmock-developers/jmock-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
15 lines (15 loc) · 872 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="example"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.2.jar"/>
<classpathentry kind="lib" path="lib/objenesis-1.0.jar"/>
<classpathentry kind="lib" path="lib/junit-dep-4.8.1.jar" sourcepath="lib/junit-4.8.1-src.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.0RC2.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-library-1.3.0RC2.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-unit-test-1.3.0RC2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>