forked from mysql/mysql-connector-j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 821 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/JDBC4*.java|**/jdbc4*/**" kind="src" path="src"/>
<classpathentry kind="var" path="JSSE_JAR">
<attributes>
<attribute name="javadoc_location" value="http://java.sun.com/j2se/1.5.0/docs/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="src/lib/jboss-common-jdbc-wrapper.jar"/>
<classpathentry kind="lib" path="src/lib/c3p0-0.9.1-pre6.jar"/>
<classpathentry kind="lib" path="src/lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/MySQL ConnectorJ Extra Libraries"/>
<classpathentry kind="output" path="bin"/>
</classpath>