2012-12-19 13:00:57 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2013-05-07 15:33:13 +02:00
|
|
|
<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>
|
2015-04-14 12:52:49 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2013-05-07 15:33:13 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2015-04-14 12:52:49 +02:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2013-05-07 15:33:13 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-09-25 12:47:15 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
2012-12-28 17:28:46 +01:00
|
|
|
<attributes>
|
2013-05-07 15:33:13 +02:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2012-12-28 17:28:46 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2016-03-14 17:55:02 +01:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2012-12-19 13:00:57 +01:00
|
|
|
</classpath>
|