forked from carlosgarriga12/IPS2022-PL72
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
20 lines (20 loc) · 1014 Bytes
/
.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 excluding="src/|database/|doc/|files_transferencias/|lib/|lotes_colegiacion/|recibos/" kind="src" path=""/>
<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="jgoodies-forms-1.8.0-sources.jar"/>
<classpathentry kind="lib" path="miglayout15-swing.jar"/>
<classpathentry kind="lib" path="miglayout-src.zip"/>
<classpathentry kind="lib" path="lib/jcalendar-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/commons-dbutils-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.39.3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>