This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
29 lines (29 loc) · 1.64 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="lib" path="/Users/rebecca/Documents/COMP3111/git/COMP3111_Project_Team04/libs/controlsfx-11.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/Users/rebecca/Documents/COMP3111/git/COMP3111_Project_Team04/libs/assertj-core-3.13.2.jar"/>
<classpathentry kind="lib" path="/Users/rebecca/Documents/COMP3111/git/COMP3111_Project_Team04/libs/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/Users/rebecca/Documents/COMP3111/git/COMP3111_Project_Team04/libs/testfx-core-4.0.16-alpha.jar"/>
<classpathentry kind="lib" path="/Users/rebecca/Documents/COMP3111/git/COMP3111_Project_Team04/libs/testfx-junit-4.0.15-alpha.jar"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>