-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
22 lines (22 loc) · 1.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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/derby_DB/derby.jar"/>
<classpathentry kind="lib" path="lib/derby_DB/derbyshared.jar"/>
<classpathentry kind="lib" path="lib/JSON/json-20210307.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.base.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.controls.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.fxml.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.graphics.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.media.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.swing.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx.web.jar"/>
<classpathentry kind="lib" path="lib/graphic/javafx/javafx-swt.jar"/>
<classpathentry kind="lib" path="lib/graphic/others/jfoenix-9.0.9.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>