This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2017-10-04 04:47:44 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2017-10-13 05:33:30 +02:00
|
|
|
<classpathentry kind="src" path="webapp/src/main/java"/>
|
2017-10-14 04:24:49 +02:00
|
|
|
<classpathentry kind="src" path="io/src/main/java"/>
|
2017-10-04 04:47:44 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-10-13 05:33:30 +02:00
|
|
|
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2017-10-04 04:47:44 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|