|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <classpath> |
3 | | - <classpathentry kind="src" output="bin/main" path="src/main/java"> |
| 3 | + <classpathentry kind="src" output="target/classes" path="src/main/java"> |
4 | 4 | <attributes> |
5 | 5 | <attribute name="gradle_scope" value="main"/> |
6 | 6 | <attribute name="gradle_used_by_scope" value="main,test"/> |
| 7 | + <attribute name="optional" value="true"/> |
| 8 | + <attribute name="maven.pomderived" value="true"/> |
7 | 9 | </attributes> |
8 | 10 | </classpathentry> |
9 | | - <classpathentry kind="src" output="bin/main" path="src/main/resources"> |
| 11 | + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> |
10 | 12 | <attributes> |
11 | 13 | <attribute name="gradle_scope" value="main"/> |
12 | 14 | <attribute name="gradle_used_by_scope" value="main,test"/> |
| 15 | + <attribute name="maven.pomderived" value="true"/> |
13 | 16 | </attributes> |
14 | 17 | </classpathentry> |
15 | | - <classpathentry kind="src" output="bin/test" path="src/test/java"> |
| 18 | + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> |
16 | 19 | <attributes> |
| 20 | + <attribute name="test" value="true"/> |
17 | 21 | <attribute name="gradle_scope" value="test"/> |
18 | 22 | <attribute name="gradle_used_by_scope" value="test"/> |
19 | | - <attribute name="test" value="true"/> |
| 23 | + <attribute name="optional" value="true"/> |
| 24 | + <attribute name="maven.pomderived" value="true"/> |
| 25 | + </attributes> |
| 26 | + </classpathentry> |
| 27 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16"> |
| 28 | + <attributes> |
| 29 | + <attribute name="maven.pomderived" value="true"/> |
| 30 | + </attributes> |
| 31 | + </classpathentry> |
| 32 | + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
| 33 | + <attributes> |
| 34 | + <attribute name="maven.pomderived" value="true"/> |
20 | 35 | </attributes> |
21 | 36 | </classpathentry> |
22 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/> |
23 | | - <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> |
24 | | - <classpathentry kind="output" path="bin/default"/> |
| 37 | + <classpathentry kind="output" path="target/classes"/> |
25 | 38 | </classpath> |
0 commit comments