-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
37 lines (37 loc) · 2.06 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 including="**/*.java" kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/client-combined-3.141.59.jar"/>
<classpathentry kind="lib" path="lib/selenium-server-standalone-3.141.59.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<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/guava-25.0-jre.jar"/>
<classpathentry kind="lib" path="lib/okhttp-3.11.0.jar"/>
<classpathentry kind="lib" path="lib/okio-1.14.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="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cobertura-2.0.3.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-core-4.6.0.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-html-0.2.7.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-java-4.7.1.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-junit-1.2.5.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-jvm-deps-1.0.6.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/cucumber-reporting-4.8.0.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/hamcrest-core-2.1.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/junit-jupiter-api-5.5.0.jar"/>
<classpathentry kind="lib" path="C:/dev/jars/gherkin-2.12.2.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>