-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
20 lines (20 loc) · 1.04 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/postgresql-9.4-1200.jdbc41.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.19.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.23.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/LlamaAirports/lib/junit-4.12-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/forms-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/jcalendar-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/miglayout15-swing.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.8.1.jar"/>
<classpathentry kind="lib" path="lib/opencsv-3.2.jar"/>
<classpathentry kind="lib" path="lib/llamautils-1.5.1.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>