|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
4 | | - <attributes> |
5 | | - <attribute name="maven.pomderived" value="true"/> |
6 | | - </attributes> |
7 | | - </classpathentry> |
8 | | - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
9 | | - <attributes> |
10 | | - <attribute name="maven.pomderived" value="true"/> |
11 | | - </attributes> |
12 | | - </classpathentry> |
13 | | - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
14 | | - <attributes> |
15 | | - <attribute name="maven.pomderived" value="true"/> |
16 | | - <attribute name="test" value="true"/> |
17 | | - </attributes> |
18 | | - </classpathentry> |
19 | | - <classpathentry kind="src" path="target/generated-sources/annotations"> |
20 | | - <attributes> |
21 | | - <attribute name="optional" value="true"/> |
22 | | - <attribute name="maven.pomderived" value="true"/> |
23 | | - <attribute name="ignore_optional_problems" value="true"/> |
24 | | - <attribute name="m2e-apt" value="true"/> |
25 | | - </attributes> |
26 | | - </classpathentry> |
27 | | - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
28 | | - <attributes> |
29 | | - <attribute name="maven.pomderived" value="true"/> |
30 | | - </attributes> |
31 | | - </classpathentry> |
32 | | - <classpathentry kind="src" output="target/classes" path="src/main/java"> |
33 | | - <attributes> |
34 | | - <attribute name="optional" value="true"/> |
35 | | - <attribute name="maven.pomderived" value="true"/> |
36 | | - </attributes> |
37 | | - </classpathentry> |
38 | | - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
39 | | - <attributes> |
40 | | - <attribute name="optional" value="true"/> |
41 | | - <attribute name="maven.pomderived" value="true"/> |
42 | | - <attribute name="test" value="true"/> |
43 | | - </attributes> |
44 | | - </classpathentry> |
45 | | - <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> |
46 | | - <attributes> |
47 | | - <attribute name="optional" value="true"/> |
48 | | - <attribute name="maven.pomderived" value="true"/> |
49 | | - <attribute name="ignore_optional_problems" value="true"/> |
50 | | - <attribute name="m2e-apt" value="true"/> |
51 | | - <attribute name="test" value="true"/> |
52 | | - </attributes> |
53 | | - </classpathentry> |
54 | | - <classpathentry kind="output" path="target/classes"/> |
| 3 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> |
| 4 | + <attributes> |
| 5 | + <attribute name="maven.pomderived" value="true"/> |
| 6 | + </attributes> |
| 7 | + </classpathentry> |
| 8 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 9 | + <attributes> |
| 10 | + <attribute name="maven.pomderived" value="true"/> |
| 11 | + </attributes> |
| 12 | + </classpathentry> |
| 13 | + <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> |
| 14 | + <attributes> |
| 15 | + <attribute name="maven.pomderived" value="true"/> |
| 16 | + <attribute name="test" value="true"/> |
| 17 | + </attributes> |
| 18 | + </classpathentry> |
| 19 | + <classpathentry kind="src" path="target/generated-sources/annotations"> |
| 20 | + <attributes> |
| 21 | + <attribute name="optional" value="true"/> |
| 22 | + <attribute name="maven.pomderived" value="true"/> |
| 23 | + <attribute name="ignore_optional_problems" value="true"/> |
| 24 | + <attribute name="m2e-apt" value="true"/> |
| 25 | + </attributes> |
| 26 | + </classpathentry> |
| 27 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
| 28 | + <attributes> |
| 29 | + <attribute name="maven.pomderived" value="true"/> |
| 30 | + </attributes> |
| 31 | + </classpathentry> |
| 32 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> |
| 33 | + <attributes> |
| 34 | + <attribute name="optional" value="true"/> |
| 35 | + <attribute name="maven.pomderived" value="true"/> |
| 36 | + </attributes> |
| 37 | + </classpathentry> |
| 38 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
| 39 | + <attributes> |
| 40 | + <attribute name="optional" value="true"/> |
| 41 | + <attribute name="maven.pomderived" value="true"/> |
| 42 | + <attribute name="test" value="true"/> |
| 43 | + </attributes> |
| 44 | + </classpathentry> |
| 45 | + <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> |
| 46 | + <attributes> |
| 47 | + <attribute name="optional" value="true"/> |
| 48 | + <attribute name="maven.pomderived" value="true"/> |
| 49 | + <attribute name="ignore_optional_problems" value="true"/> |
| 50 | + <attribute name="m2e-apt" value="true"/> |
| 51 | + <attribute name="test" value="true"/> |
| 52 | + </attributes> |
| 53 | + </classpathentry> |
| 54 | + <classpathentry kind="output" path="target/classes"/> |
55 | 55 | </classpath> |
0 commit comments