-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.classpath
37 lines (37 loc) · 2.53 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="doc/tutorial/test"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="lib/guava-23.0.jar" sourcepath="lib/guava-23.0-sources.jar"/>
<classpathentry kind="lib" path="lib/guava-testlib-18.0.jar" sourcepath="lib/guava-testlib-18.0-sources.jar"/>
<classpathentry kind="lib" path="lib/guice-4.1.0.jar" sourcepath="lib/guice-4.1.0-sources.jar"/>
<classpathentry kind="lib" path="lib/guice-servlet-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar" sourcepath="lib/hamcrest-core-1.31-sources.jar"/>
<classpathentry kind="lib" path="lib/javax.inject.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar" sourcepath="lib/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/testng-6.0.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/cssparser-0.9.5.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/htmlunit-2.4.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/htmlunit-core-js-2.4.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/jetty-6.1.18.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/jetty-util-6.1.18.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/nekohtml-1.9.11.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/sac-1.3.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/serializer-2.7.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/webdriver-common.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/webdriver-htmlunit.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/xercesImpl-2.8.1.jar"/>
<classpathentry kind="lib" path="doc/tutorial/lib/xml-apis-1.3.04.jar"/>
<classpathentry kind="output" path="eclipse-bin"/>
</classpath>