forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
56 lines (56 loc) · 4.51 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="java/server/src"/>
<classpathentry kind="src" path="java/client/src"/>
<classpathentry kind="src" path="java/client/test"/>
<classpathentry kind="src" path="java/server/test"/>
<classpathentry kind="lib" path="third_party/java/junit/junit-dep-4.8.1.jar"/>
<classpathentry kind="lib" path="third_party/java/easymock/easymockclassextension-2.4.jar"/>
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-core-js-2.8.jar"/>
<classpathentry kind="lib" path="third_party/java/bcprov/bcprov-jdk15-135.jar"/>
<classpathentry kind="lib" path="third_party/java/htmlunit/htmlunit-2.8.jar"/>
<classpathentry kind="lib" path="third_party/java/easymock/easymock-2.4.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpclient-4.0.2.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-httpclient/httpmime-4.0.1.jar"/>
<classpathentry kind="lib" path="third_party/java/cglib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-collections/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-io/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-lang/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-codec/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="third_party/java/hamcrest/hamcrest-all-1.1.jar"/>
<classpathentry kind="lib" path="third_party/java/commons-logging/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jna/jna.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-lite-7.2.0-repackaged-for-android.jar"/>
<classpathentry kind="lib" path="third_party/java/mx4j/mx4j-tools-3.0.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-webapp-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/json/json-20080701.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-server-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-continuation-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-xml-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-http-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-websocket-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/testng/testng-5.14.1.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-io-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jmock/jmock-2.4.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlets-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jmock/jmock-junit3-2.4.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-security-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-util-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/servlet-api/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="third_party/java/jetty/jetty-servlet-7.2.0.v20101020.jar"/>
<classpathentry kind="lib" path="third_party/java/guava-libraries/guava-r08.jar" sourcepath="third_party/java/guava-libraries/guava-r08-src.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jasper-compiler-jdt-5.5.15.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jasper-compiler-5.5.15.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jsp-api-2.0.jar"/>
<classpathentry kind="lib" path="third_party/java/jasper/jasper-runtime-5.5.15.jar"/>
<classpathentry kind="lib" path="third_party/java/yaml/snakeyaml-1.8.jar"/>
<classpathentry kind="lib" path="third_party/java/sac/sac-1.3.jar"/>
<classpathentry kind="lib" path="third_party/java/apache-mime4j/apache-mime4j-0.6.jar"/>
<classpathentry kind="lib" path="third_party/java/xml/xercesImpl-2.9.1.jar"/>
<classpathentry kind="lib" path="third_party/java/cssparser/cssparser-0.9.5.jar"/>
<classpathentry kind="lib" path="third_party/java/nekohtml/nekohtml-1.9.14.jar"/>
<classpathentry kind="lib" path="third_party/java/xml/xalan-2.7.1.jar"/>
<classpathentry kind="output" path="out/production/selenium"/>
</classpath>