-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
21 lines (21 loc) · 1.58 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="src" path="one_to_one"/>
<classpathentry kind="src" path="one_to_many"/>
<classpathentry kind="src" path="many_to_many"/>
<classpathentry kind="src" path="case_study"/>
<classpathentry kind="src" path="inheritance"/>
<classpathentry kind="src" path="exp"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre7"/>
<classpathentry kind="lib" path="C:/Program Files (x86)/MySQL/MySQL Tools for 5.0/java/lib/mysql-connector-java-5.0.4-bin.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/hibernate-commons-annotations-4.0.1.Final.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/hibernate-core-4.1.4.Final.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/javassist-3.15.0-GA.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/jboss-logging-3.1.0.GA.jar"/>
<classpathentry kind="lib" path="F:/SOFTWARE/JAR/hibernateDistribution/required/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>