2014-10-10 14:50:16 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2020-04-28 19:07:36 +02:00
|
|
|
<classpathentry kind="src" output="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
2014-10-10 14:50:16 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-04-28 19:07:36 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
2014-10-10 14:50:16 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-04-28 19:07:36 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-10-10 14:50:16 +02: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>
|
2015-03-18 17:21:45 +01:00
|
|
|
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER">
|
2014-10-10 14:50:16 +02:00
|
|
|
<attributes>
|
2015-03-18 17:21:45 +01:00
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
2014-10-10 14:50:16 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-05-17 15:32:16 +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>
|
2020-04-08 15:41:43 +02:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
<attributes>
|
2020-04-28 10:16:49 +02:00
|
|
|
<attribute name="test" value="true"/>
|
2020-04-08 15:41:43 +02:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2020-04-28 19:07:36 +02:00
|
|
|
<classpathentry kind="output" path="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes"/>
|
2014-10-10 14:50:16 +02:00
|
|
|
</classpath>
|