-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
14 lines (14 loc) · 770 Bytes
/
Copy path.classpath
File metadata and controls
14 lines (14 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="TutoringService321-Backend/src/main/java"/>
<classpathentry kind="src" path="TutoringService321-Backend/src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="lib" path="TutoringService321-Backend/build/libs/TutoringService321-Backend-0.0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="TutoringService321-Backend/gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="output" path="TutoringService321-Backend/build/classes/java/main"/>
</classpath>