...
|
...
|
@@ -15,16 +15,17 @@ |
|
|
<attributes>
|
|
|
<attribute name="optional" value="true"/>
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
<attribute name="test" value="true"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
|
|
<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>
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
|
|
<attributes>
|
|
|
<attribute name="module" value="true"/>
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
...
|
...
|
@@ -34,6 +35,5 @@ |
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
</attributes>
|
|
|
</classpathentry>
|
|
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
</classpath> |
...
|
...
|
|