-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 2.09 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/richard-connor/Metric-space-framework/1.0-SNAPSHOT/Metric-space-framework-1.0-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar" sourcepath="M2_REPO/org/apache/commons/commons-math3/3.5/commons-math3-3.5-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/MetricSpaceContext/MetricSpaceContext/0.0.1-SNAPSHOT/MetricSpaceContext-0.0.1-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-controls/12.0.1/javafx-controls-12.0.1.jar" sourcepath="M2_REPO/org/openjfx/javafx-controls/12.0.1/javafx-controls-12.0.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-controls/12.0.1/javafx-controls-12.0.1-mac.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-graphics/12.0.1/javafx-graphics-12.0.1.jar" sourcepath="M2_REPO/org/openjfx/javafx-graphics/12.0.1/javafx-graphics-12.0.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-graphics/12.0.1/javafx-graphics-12.0.1-mac.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-base/12.0.1/javafx-base-12.0.1.jar" sourcepath="M2_REPO/org/openjfx/javafx-base/12.0.1/javafx-base-12.0.1-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/openjfx/javafx-base/12.0.1/javafx-base-12.0.1-mac.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.12/junit-4.12.jar" sourcepath="M2_REPO/junit/junit/4.12/junit-4.12-sources.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/MetricSpaceContext"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>