-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path.classpath
23 lines (23 loc) · 1.12 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test/unit"/>
<classpathentry kind="src" path="test/integration"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="lib" path="lib/build/hamcrest-all-1.2RC3.jar"/>
<classpathentry kind="lib" path="lib/build/junit-4.5.jar"/>
<classpathentry kind="lib" path="lib/build/mockito-all-1.8.4.jar"/>
<classpathentry kind="lib" path="lib/build/dbunit-2.4.8.jar"/>
<classpathentry kind="lib" path="lib/build/org.springframework.test-3.0.2.RELEASE.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</classpath>