blob: e6312a8710bda25a2a7dd820c008c7c0fcb6e162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="logging-demo/src/main/java"/>
<classpathentry kind="src" path="logging-library/src/main/java"/>
<classpathentry kind="src" path="logging-mock-service/src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target"/>
</classpath>
|