forked from getlantern/test-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 969 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/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/poi-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/poi-examples-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/poi-excelant-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/poi-scratchpad-3.11-20141221.jar"/>
<classpathentry kind="lib" path="lib/selenium-java-2.45.0.jar"/>
<classpathentry kind="lib" path="lib/selenium-server-standalone-2.45.0.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>