2016-06-07 16:00:05 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2018-09-28 11:19:25 +02:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2016-06-07 16:00:05 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-03-08 16:35:56 +01:00
|
|
|
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
2017-05-05 12:13:55 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2017-01-24 17:24:22 +01:00
|
|
|
<attributes>
|
2017-05-05 12:13:55 +02:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2017-01-24 17:24:22 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2016-06-07 16:00:05 +02:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
</classpath>
|