forked from alura-challenges/challenge-one-alura-hotel-latam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
21 lines (21 loc) · 1.15 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="C:/Java/c3p0-0.9.5.5.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Java/jcalendar/jcalendar-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Java/jcalendar/jgoodies-common-1.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Java/jcalendar/jgoodies-looks-2.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Java/jcalendar/junit-4.6.jar"/>
<classpathentry exported="true" kind="lib" path="C:/Program Files (x86)/MySQL/MySQL Connector 8.0/mysql-connector-j-8.1.0.jar"/>
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>