|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <classpath>
|
3 |
| - <classpathentry kind="src" path="src"/> |
4 |
| - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> |
5 |
| - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> |
6 |
| - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/cldr.jar"/> |
7 |
| - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/guava.jar"/> |
8 |
| - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/icu4j.jar"/> |
9 |
| - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/utilities.jar"/> |
10 |
| - <classpathentry kind="lib" path="WebContent/WEB-INF/lib/xercesImpl.jar"/> |
11 |
| - <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANT_LIB"/> |
12 |
| - <classpathentry kind="lib" path="/Users/markdavis/apache-tomcat-8.0.9/lib/tomcat-api.jar"/> |
13 |
| - <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0"> |
| 3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> |
14 | 4 | <attributes>
|
15 |
| - <attribute name="owner.project.facets" value="jst.web"/> |
| 5 | + <attribute name="optional" value="true"/> |
| 6 | + <attribute name="maven.pomderived" value="true"/> |
16 | 7 | </attributes>
|
17 | 8 | </classpathentry>
|
18 |
| - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 10.0.1 [10.0.1]"> |
| 9 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/webapp"> |
19 | 10 | <attributes>
|
20 |
| - <attribute name="owner.project.facets" value="java"/> |
| 11 | + <attribute name="maven.pomderived" value="true"/> |
21 | 12 | </attributes>
|
22 | 13 | </classpathentry>
|
23 |
| - <classpathentry kind="output" path="build/classes"/> |
| 14 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
| 15 | + <attributes> |
| 16 | + <attribute name="optional" value="true"/> |
| 17 | + <attribute name="maven.pomderived" value="true"/> |
| 18 | + <attribute name="test" value="true"/> |
| 19 | + </attributes> |
| 20 | + </classpathentry> |
| 21 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
| 22 | + <attributes> |
| 23 | + <attribute name="maven.pomderived" value="true"/> |
| 24 | + </attributes> |
| 25 | + </classpathentry> |
| 26 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 27 | + <attributes> |
| 28 | + <attribute name="maven.pomderived" value="true"/> |
| 29 | + <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> |
| 30 | + </attributes> |
| 31 | + </classpathentry> |
| 32 | + <classpathentry kind="output" path="target/classes"/> |
24 | 33 | </classpath>
|
0 commit comments