-
Notifications
You must be signed in to change notification settings - Fork 5
/
.classpath
19 lines (19 loc) · 1.91 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/hibernate-commons-annotations-4.0.4.Final.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/hibernate-core-4.3.5.Final.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/jandex-1.1.0.Final.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/javassist-3.18.1-GA.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/jboss-logging-3.1.3.GA.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/jboss-logging-annotations-1.2.0.Beta1.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/hibernate-release-4.3.5.Final/lib/required/jboss-transaction-api_1.2_spec-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="/home/thanasisem/Downloads/mysql-connector-java-5.1.30/mysql-connector-java-5.1.30-bin.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>