forked from hamcrest/JavaHamcrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 839 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 839 Bytes
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/api"/>
<classpathentry kind="src" path="src/generator"/>
<classpathentry kind="src" path="src/examples"/>
<classpathentry kind="src" path="src/integration"/>
<classpathentry kind="src" path="src/library"/>
<classpathentry kind="src" path="src/unit-test"/>
<classpathentry kind="lib" path="lib/integration/easymock-2.2.jar"/>
<classpathentry kind="lib" path="lib/integration/jmock-1.10RC1.jar"/>
<classpathentry kind="lib" path="lib/integration/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="lib/integration/junit-4.0.jar"/>
<classpathentry kind="lib" path="lib/integration/testng-4.6-jdk15.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="classes"/>
</classpath>