-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
17 lines (17 loc) · 942 Bytes
/
.classpath
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="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/cobertura-2.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.6.jar"/>
<classpathentry kind="lib" path="lib/cucumber-core-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/cucumber-java-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/cucumber-junit-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/cucumber-jvm-deps-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/cucumber-reporting-0.1.0.jar"/>
<classpathentry kind="lib" path="lib/gherkin-2.12.2.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/selenium-server-standalone-3.141.59.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>