-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
41 lines (41 loc) · 2.46 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
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="testcases"/>
<classpathentry kind="src" path="actions"/>
<classpathentry kind="src" path="interface"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/common-lang3.jar"/>
<classpathentry kind="lib" path="libs/commons-lang3-3.5.jar"/>
<classpathentry kind="lib" path="libs/config-1.3.2.jar"/>
<classpathentry kind="lib" path="libs/extentreports-2.41.2.jar"/>
<classpathentry kind="lib" path="libs/freemarker.jar"/>
<classpathentry kind="lib" path="libs/gson-2.8.0.jar"/>
<classpathentry kind="lib" path="libs/guice-4.1.0.jar"/>
<classpathentry kind="lib" path="libs/javafaker-0.14.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="libs/reportng-1.1.4.jar"/>
<classpathentry kind="lib" path="libs/slf4j-api-1.7.24.jar"/>
<classpathentry kind="lib" path="libs/velocity-dep-1.5.jar"/>
<classpathentry kind="lib" path="libs/webdrivermanager-2.1.0.jar"/>
<classpathentry kind="lib" path="libs/selenium-server-standalone-3.14.0.jar"/>
<classpathentry kind="lib" path="libs/monte-screen-recorder-0.7.7.0.jar"/>
<classpathentry kind="lib" path="libs/poi-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/poi-examples-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/poi-excelant-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/poi-ooxml-schemas-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/poi-scratchpad-4.0.0.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.11.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libs/curvesapi-1.05.jar"/>
<classpathentry kind="lib" path="libs/xmlbeans-3.0.1.jar"/>
<classpathentry kind="lib" path="libs/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18-javadoc.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18-sources.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18-test-sources.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18-tests.jar"/>
<classpathentry kind="lib" path="libs/commons-compress-1.18.jar"/>
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>