-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
86 lines (86 loc) · 4.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.base.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.controls.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.fxml.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.graphics.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.media.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.swing.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx.web.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/javafx/lib/javafx-swt.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/client-combined-3.141.59.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/client-combined-3.141.59-sources.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Downloads/gson-2.8.6.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/libs/byte-buddy-1.8.15.jar"/>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/libs/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/libs/guava-25.0-jre.jar"/>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/libs/okhttp-3.11.0.jar"/>
<classpathentry kind="lib" path="C:/Users/Code/Desktop/CallerCatcherProject/CallerCatcher/libraries/selenium/selenium-java-3.141.59/libs/okio-1.14.0.jar"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>