-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
executable file
·12 lines (12 loc) · 866 Bytes
/
.classpath
File metadata and controls
executable file
·12 lines (12 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/fourthline/cling/cling-core/2.1.0/cling-core-2.1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/seamless/seamless-util/1.1.1/seamless-util-1.1.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/seamless/seamless-http/1.1.1/seamless-http-1.1.1.jar"/>
<classpathentry kind="var" path="M2_REPO/org/seamless/seamless-xml/1.1.1/seamless-xml-1.1.1.jar"/>
</classpath>