ckan-content-moderator-widget/.classpath

41 lines
1.8 KiB
Plaintext
Raw Normal View History

2021-05-06 17:48:18 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2021-05-26 17:58:12 +02:00
<classpathentry kind="src" output="target/ckan-content-moderator-widget-0.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
2021-05-06 17:48:18 +02:00
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2021-05-26 17:58:12 +02:00
<classpathentry excluding="**" kind="src" output="target/ckan-content-moderator-widget-0.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
2021-05-06 17:48:18 +02:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
2021-05-26 17:58:12 +02:00
<attribute name="test" value="true"/>
2021-05-06 17:48:18 +02:00
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2021-05-26 17:58:12 +02:00
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2021-05-06 17:48:18 +02:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
2021-05-26 17:58:12 +02:00
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2021-05-06 17:48:18 +02:00
</attributes>
</classpathentry>
<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>
2021-06-01 13:24:09 +02:00
<classpathentry kind="lib" path="/home/francescomangiacrapa/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2021-05-26 17:58:12 +02:00
<classpathentry kind="output" path="target/ckan-content-moderator-widget-0.1.0-SNAPSHOT/WEB-INF/classes"/>
2021-05-06 17:48:18 +02:00
</classpath>