-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
60 lines (60 loc) · 3.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX 11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX15">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="lib" path="lib/httpclient/commons-cli-1.4.jar"/>
<classpathentry kind="lib" path="lib/httpclient/commons-codec-1.13.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpclient5-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpclient5-cache-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpclient5-fluent-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpclient5-testing-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpclient5-win-5.0.3.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpcore5-5.0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpcore5-h2-5.0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpcore5-reactive-5.0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient/httpcore5-testing-5.0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient/jna-5.2.0.jar"/>
<classpathentry kind="lib" path="lib/httpclient/jna-platform-5.2.0.jar"/>
<classpathentry kind="lib" path="lib/json/json.jar">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/mysql-connector-java-8.0.22.jar"/>
<classpathentry kind="lib" path="lib/httpclient/reactive-streams-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/httpclient/rxjava-2.2.8.jar"/>
<classpathentry kind="lib" path="lib/httpclient/slf4j-api-1.7.25.jar"/>
<classpathentry kind="lib" path="lib/httpclient/slf4j-nop-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/controlsfx/controlsfx-11.0.3.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-8.0.22.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="lib" path="lib/selenium/byte-buddy-1.8.15.jar"/>
<classpathentry kind="lib" path="lib/selenium/client-combined-3.141.59.jar"/>
<classpathentry kind="lib" path="lib/selenium/client-combined-3.141.59-sources.jar"/>
<classpathentry kind="lib" path="lib/selenium/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="lib/selenium/guava-25.0-jre.jar"/>
<classpathentry kind="lib" path="lib/selenium/okhttp-3.11.0.jar"/>
<classpathentry kind="lib" path="lib/selenium/okio-1.14.0.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>