-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.classpath
More file actions
28 lines (28 loc) · 1.42 KB
/
.classpath
File metadata and controls
28 lines (28 loc) · 1.42 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-io-2.5-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.5-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.5.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/sbcccore.1.0.2.jar"/>
<classpathentry kind="lib" path="lib/sbccutils-1.0.jar"/>
<classpathentry kind="lib" path="lib/javafx-swt.jar"/>
<classpathentry kind="lib" path="lib/javafx.base.jar"/>
<classpathentry kind="lib" path="lib/javafx.controls.jar"/>
<classpathentry kind="lib" path="lib/javafx.fxml.jar"/>
<classpathentry kind="lib" path="lib/javafx.graphics.jar"/>
<classpathentry kind="lib" path="lib/javafx.media.jar"/>
<classpathentry kind="lib" path="lib/javafx.swing.jar"/>
<classpathentry kind="lib" path="lib/javafx.web.jar"/>
<classpathentry kind="lib" path="lib/javax.json-1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>