2013-01-10 14:19:53 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2013-02-08 11:46:21 +01: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>
|
2013-04-22 12:43:40 +02:00
|
|
|
<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>
|
2014-04-02 12:10:34 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2013-02-08 11:46:21 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-04-02 12:10:34 +02:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2013-02-08 11:46:21 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-04-02 12:10:34 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
2015-06-11 12:53:27 +02:00
|
|
|
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
2015-06-29 18:03:58 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
2013-01-10 14:19:53 +01:00
|
|
|
<attributes>
|
2015-06-29 18:03:58 +02:00
|
|
|
<attribute name="owner.project.facets" value="java"/>
|
2013-01-10 14:19:53 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2015-06-11 12:53:27 +02:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2013-01-10 14:19:53 +01:00
|
|
|
</classpath>
|