2014-07-02 12:57:14 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2019-12-16 12:12:09 +01:00
|
|
|
<classpathentry kind="src" output="target/databases-manager-portlet-1.9.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
2014-07-02 12:57:14 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-12-16 12:12:09 +01:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/databases-manager-portlet-1.9.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
2017-05-09 11:40:05 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-07-02 12:57:14 +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>
|
2017-05-09 11:40:05 +02:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-07-02 12:57:14 +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>
|
2019-12-16 12:12:09 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
2014-08-01 11:27:40 +02:00
|
|
|
<attributes>
|
2019-12-16 12:12:09 +01:00
|
|
|
<attribute name="owner.project.facets" value="java"/>
|
2014-08-01 11:27:40 +02:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-12-16 12:12:09 +01:00
|
|
|
<classpathentry kind="output" path="target/databases-manager-portlet-1.9.0-SNAPSHOT/WEB-INF/classes"/>
|
2014-07-02 12:57:14 +02:00
|
|
|
</classpath>
|