2014-02-27 13:21:47 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-02-17 17:58:32 -05:00
|
|
|
<classpath>
|
2014-06-25 09:07:14 -04:00
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
2014-03-07 09:14:50 -05:00
|
|
|
<attributes>
|
2014-06-25 09:07:14 -04:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-06-25 09:07:14 -04:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
2014-03-07 09:14:50 -05:00
|
|
|
<attributes>
|
2014-06-25 09:07:14 -04:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-06-25 09:07:14 -04:00
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
2014-03-07 09:14:50 -05:00
|
|
|
<attributes>
|
2014-06-25 09:07:14 -04:00
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-06-25 09:07:14 -04:00
|
|
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
2014-03-07 09:14:50 -05:00
|
|
|
<attributes>
|
2014-06-25 09:07:14 -04:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-07-02 08:57:07 -04:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2014-03-07 09:14:50 -05:00
|
|
|
<attributes>
|
2014-06-25 09:07:14 -04:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-07-02 08:57:07 -04:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-07-02 15:24:29 -04:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
2014-03-24 08:32:28 -04:00
|
|
|
<attributes>
|
2014-07-02 15:24:29 -04:00
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
2014-03-24 08:32:28 -04:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2014-06-25 09:07:14 -04:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
2014-03-07 09:14:50 -05:00
|
|
|
</classpath>
|