-
Notifications
You must be signed in to change notification settings - Fork 243
/
.classpath
71 lines (71 loc) · 4.49 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/test/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/test/mockito-all-1.8.5.jar"/>
<classpathentry kind="lib" path="lib/test/bcpkix-jdk15on-1.48.jar"/>
<classpathentry kind="lib" path="lib/test/bcprov-jdk15on-1.48.jar"/>
<classpathentry kind="lib" path="lib/test/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="lib/test/commons-codec-1.8.jar"/>
<classpathentry kind="lib" path="lib/test/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/test/commons-exec-1.1.jar"/>
<classpathentry kind="lib" path="lib/test/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="lib/test/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/test/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/test/cssparser-0.9.11.jar"/>
<classpathentry kind="lib" path="lib/test/guava-15.0.jar"/>
<classpathentry kind="lib" path="lib/test/htmlunit-2.13.jar"/>
<classpathentry kind="lib" path="lib/test/htmlunit-core-js-2.13.jar"/>
<classpathentry kind="lib" path="lib/test/httpclient-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/test/httpcore-4.3.jar"/>
<classpathentry kind="lib" path="lib/test/httpmime-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/test/jcip-annotations-1.0.jar"/>
<classpathentry kind="lib" path="lib/test/jetty-http-8.1.12.v20130726.jar"/>
<classpathentry kind="lib" path="lib/test/jetty-io-8.1.12.v20130726.jar"/>
<classpathentry kind="lib" path="lib/test/jetty-repacked-7.6.1.jar"/>
<classpathentry kind="lib" path="lib/test/jetty-util-8.1.12.v20130726.jar"/>
<classpathentry kind="lib" path="lib/test/jetty-websocket-8.1.12.v20130726.jar"/>
<classpathentry kind="lib" path="lib/test/jna-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/test/json-20080701.jar"/>
<classpathentry kind="lib" path="lib/test/mx4j-tools-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/test/mysql-connector-java-5.1.13.jar"/>
<classpathentry kind="lib" path="lib/test/nekohtml-1.9.19.jar"/>
<classpathentry kind="lib" path="lib/test/netty-3.5.2.Final.jar"/>
<classpathentry kind="lib" path="lib/test/platform-3.4.0.jar"/>
<classpathentry kind="lib" path="lib/test/sac-1.3.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-android-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-api-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-chrome-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-firefox-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-htmlunit-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-ie-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-iphone-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-java-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-remote-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-safari-driver-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-server-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/selenium-support-2.39.0.jar"/>
<classpathentry kind="lib" path="lib/test/serializer-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/test/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="lib/test/snakeyaml-1.8.jar"/>
<classpathentry kind="lib" path="lib/test/webbit-0.4.14.jar"/>
<classpathentry kind="lib" path="lib/test/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/test/xercesImpl-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/test/xml-apis-1.4.01.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web;#system#"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
</classpath>