|
|
|
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
<classpath>
|
2
|
<classpath>
|
3
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
|
|
|
3
|
<classpathentry kind="src" output="src/main/webapp/WEB-INF/classes" path="src/main/java">
|
4
|
<attributes>
|
4
|
<attributes>
|
5
|
<attribute name="optional" value="true"/>
|
5
|
<attribute name="optional" value="true"/>
|
6
|
<attribute name="maven.pomderived" value="true"/>
|
6
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
23
|
<attribute name="maven.pomderived" value="true"/>
|
23
|
<attribute name="maven.pomderived" value="true"/>
|
24
|
</attributes>
|
24
|
</attributes>
|
25
|
</classpathentry>
|
25
|
</classpathentry>
|
26
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
|
26
|
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>
|
27
|
</classpath>
|
27
|
</classpath>
|