-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
23 lines (23 loc) · 1.18 KB
/
.classpath
File metadata and controls
23 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="lib/src/build/java"/>
<classpathentry kind="src" path="lib/src/demo/java"/>
<classpathentry kind="src" path="lib/src/generated/java"/>
<classpathentry kind="src" path="lib/src/legacy/java"/>
<classpathentry kind="src" path="lib/src/main/core-api/java"/>
<classpathentry kind="src" path="lib/src/main/core-impl/java"/>
<classpathentry kind="src" path="lib/src/main/protocol-impl/java"/>
<classpathentry kind="src" path="lib/src/main/user-api/java"/>
<classpathentry kind="src" path="lib/src/main/user-impl/java"/>
<classpathentry kind="src" path="lib/src/test/java"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/mysql-connector-java-8.0.23.jar"/>
<classpathentry kind="lib" path="jgoodies-forms-1.8.0.jar" sourcepath="jgoodies-forms-1.8.0-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="out/production/ENSFProject"/>
</classpath>