-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
33 lines (33 loc) · 1.9 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
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="unittests"/>
<classpathentry kind="src" path="httptests"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="lib" path="testing-libs/cglib-nodep-2.2.jar"/>
<classpathentry kind="lib" path="testing-libs/easymock.jar"/>
<classpathentry kind="lib" path="testing-libs/easymockclassextension.jar"/>
<classpathentry kind="lib" path="testing-libs/js.jar"/>
<classpathentry kind="lib" path="testing-libs/junit-addons-1.4.jar"/>
<classpathentry kind="lib" path="testing-libs/xmlParserAPIs.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jaxrpc.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpclient-4.0.1.jar"/>
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="testing-libs/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="testing-libs/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="testing-libs/Tidy.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="lib" path="testing-libs/httpunit-jk.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-7-openjdk">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build/classes"/>
</classpath>