-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
23 lines (23 loc) · 1.33 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="build/src"/>
<classpathentry kind="src" path="test/selenium"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="build/ant.jar"/>
<classpathentry kind="lib" path="build/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="build/mysql.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/selenium-java-2.46.0.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/gson-2.3.1.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/guava-18.0.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/httpclient-4.4.1.jar"/>
<classpathentry kind="lib" path="build/selenium-2.46.0/libs/httpcore-4.4.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>