2012-12-19 13:00:57 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2013-04-19 19:06:39 +02:00
|
|
|
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src/main/java"/>
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
2012-12-28 17:28:46 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
|
|
<attributes>
|
2013-02-27 19:15:17 +01:00
|
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
2012-12-28 17:28:46 +01:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2013-04-19 19:06:39 +02:00
|
|
|
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
2012-12-28 17:28:46 +01:00
|
|
|
<classpathentry kind="output" path="war/WEB-INF/classes"/>
|
2012-12-19 13:00:57 +01:00
|
|
|
</classpath>
|