-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
23 lines (23 loc) · 1.81 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/selenium-server-standalone-3.6.0.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/client-combined-3.6.0.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/client-combined-3.6.0-sources.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/byte-buddy-1.7.5.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/gson-2.8.0.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/guava-23.0.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/httpclient-4.5.3.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/httpcore-4.4.6.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/jna-4.1.0.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/libs/jna-platform-4.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/reportng-1.1.3.jar"/>
<classpathentry kind="lib" path="C:/Users/developer/Downloads/apache-log4j-1.2.17/log4j-1.2.17.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>