2013-02-27 19:33:07 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2020-07-21 16:09:09 +02:00
|
|
|
<classpathentry kind="src" output="target/resource-management-7.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
2013-02-27 19:33:07 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-07-21 16:09:09 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/resource-management-7.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
2016-11-10 11:08:37 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-02-27 19:33:07 +01:00
|
|
|
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-02-28 19:52:20 +01:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
<attributes>
|
2020-07-21 16:09:09 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2013-02-28 19:52:20 +01:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
|
|
<attributes>
|
2019-09-19 17:43:21 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2020-07-21 16:09:09 +02:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2013-02-28 19:52:20 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-02-27 19:33:07 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-06-30 14:16:06 +02:00
|
|
|
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
2018-06-27 17:03:05 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2014-06-06 14:58:34 +02:00
|
|
|
<attributes>
|
2018-06-27 17:03:05 +02:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-06-06 14:58:34 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-07-21 16:09:09 +02:00
|
|
|
<classpathentry kind="output" path="target/resource-management-7.0.0-SNAPSHOT/WEB-INF/classes"/>
|
2013-02-27 19:33:07 +01:00
|
|
|
</classpath>
|