-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
35 lines (35 loc) · 2.09 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="jar/commons-io-2.6.jar"/>
<classpathentry kind="lib" path="jar/jglut.jar"/>
<classpathentry kind="lib" path="jar/junit-jupiter-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-jupiter-api-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-jupiter-engine-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-jupiter-migrationsupport-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-jupiter-params-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-commons-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-console-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-console-standalone-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-engine-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-jfr-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-launcher-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-reporting-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-runner-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-suite-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-suite-api-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-suite-commons-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-suite-engine-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-platform-testkit-1.8.1.jar"/>
<classpathentry kind="lib" path="jar/junit-vintage-engine-5.8.1.jar"/>
<classpathentry kind="lib" path="jar/swing2swt.jar"/>
<classpathentry kind="lib" path="jar/swt_lin_64.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>