-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 1.02 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/commons-codec.jar"/>
<classpathentry kind="lib" path="lib/commons-io.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/commons-lang.jar"/>
<classpathentry kind="lib" path="lib/selenium-java.jar"/>
<classpathentry kind="lib" path="lib/selenium-server.jar"/>
<classpathentry kind="lib" path="lib/sikuli-api-1.0.2-standalone.jar"/>
<classpathentry kind="lib" path="lib/sikuli-script.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.18.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.4.1.jar" sourcepath="lib/commons-math3-3.4.1-src.zip"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>