-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
27 lines (27 loc) · 1.89 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/antlr-3.4/antlr-3.4-cutdown.jar"/>
<classpathentry kind="lib" path="lib/testng-6.8/testng-6.8.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.22/mysql-connector-java-5.1.22-bin.jar"/>
<classpathentry kind="lib" path="lib/mockito-1.9.5/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="lib/selenium/client-combined-3.14.0.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/byte-buddy-1.8.15.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/guava-25.0-jre.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/httpclient-4.5.5.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/httpcore-4.4.9.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/okhttp-3.10.0.jar"/>
<classpathentry kind="lib" path="lib/selenium/libs/okio-1.14.1.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1-test-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1-tests.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1/commons-math3-3.6.1-tools.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>