java-tutorials/spring-security-rest-full/.classpath

44 lines
1.7 KiB
Plaintext
Raw Normal View History

2013-06-03 10:54:58 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2015-02-21 12:57:34 -05:00
<classpathentry kind="src" output="target/classes" path="src/main/java">
2013-06-03 10:54:58 -04:00
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2015-02-21 12:57:34 -05:00
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
2013-06-03 10:54:58 -04:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2015-02-21 12:57:34 -05:00
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2013-06-03 10:54:58 -04:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2013-12-18 07:37:34 -05:00
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2013-06-03 10:54:58 -04:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
2013-12-18 07:37:34 -05:00
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
2013-06-03 10:54:58 -04:00
</attributes>
</classpathentry>
2015-02-21 12:57:34 -05:00
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
2013-12-18 07:37:34 -05:00
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
2013-06-03 10:54:58 -04:00
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2015-03-27 19:19:24 -04:00
<classpathentry kind="src" output="target/classes" path="target/generated-sources/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
2013-06-03 10:54:58 -04:00
<classpathentry kind="output" path="target/classes"/>
</classpath>