-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
49 lines (49 loc) · 3.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/hibernate-core-5.6.2.Final.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/javax.persistence-api-2.2.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="D:/Samie/InstalledDB/mysql-connector-java-8.0.25.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/byte-buddy-1.11.20.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/classmate-1.5.1.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/FastInfoset-1.2.15.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/hibernate-commons-annotations-5.1.2.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/istack-commons-runtime-3.0.7.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/jandex-2.2.3.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/javax.activation-api-1.2.0.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/jaxb-api-2.3.1.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/jaxb-runtime-2.3.1.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/jboss-logging-3.4.2.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/jboss-transaction-api_1.2_spec-1.1.1.Final.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/stax-ex-1.8.jar"/>
<classpathentry kind="lib" path="C:/Users/EP-05/Downloads/hibernate-release-5.6.2.Final/lib/required/txw2-2.3.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>