forked from JulHorn/java_selenium_custom_elements
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 932 Bytes
/
.classpath
File metadata and controls
17 lines (17 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/byte-buddy-1.8.15.jar"/>
<classpathentry kind="lib" path="lib/client-combined-3.141.59-sources.jar"/>
<classpathentry kind="lib" path="lib/client-combined-3.141.59.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="lib/guava-25.0-jre.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/okhttp-3.11.0.jar"/>
<classpathentry kind="lib" path="lib/okio-1.14.0.jar"/>
<classpathentry kind="lib" path="lib/asm-7.1.jar"/>
<classpathentry kind="lib" path="lib/cglib-3.2.12.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>