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