|
2 | 2 | <classpath> |
3 | 3 | <classpathentry kind="src" output="bin/main" path="src/main/java"> |
4 | 4 | <attributes> |
5 | | - <attribute name="gradle_scope" value="main" /> |
6 | | - <attribute name="gradle_used_by_scope" value="main,test" /> |
| 5 | + <attribute name="gradle_scope" value="main"/> |
| 6 | + <attribute name="gradle_used_by_scope" value="main,test"/> |
7 | 7 | </attributes> |
8 | 8 | </classpathentry> |
9 | 9 | <classpathentry kind="src" output="bin/test" path="src/test/java"> |
10 | 10 | <attributes> |
11 | | - <attribute name="gradle_scope" value="test" /> |
12 | | - <attribute name="gradle_used_by_scope" value="test" /> |
13 | | - <attribute name="test" value="true" /> |
| 11 | + <attribute name="gradle_scope" value="test"/> |
| 12 | + <attribute name="gradle_used_by_scope" value="test"/> |
| 13 | + <attribute name="test" value="true"/> |
14 | 14 | </attributes> |
15 | 15 | </classpathentry> |
16 | | - <classpathentry kind="src" output="bin/test" path="src/test/resources"> |
| 16 | + <classpathentry kind="src" output="bin/main" path="src/main/resources"> |
17 | 17 | <attributes> |
18 | | - <attribute name="gradle_scope" value="test" /> |
19 | | - <attribute name="gradle_used_by_scope" value="test" /> |
20 | | - <attribute name="test" value="true" /> |
| 18 | + <attribute name="gradle_scope" value="main"/> |
| 19 | + <attribute name="gradle_used_by_scope" value="main,test"/> |
21 | 20 | </attributes> |
22 | 21 | </classpathentry> |
23 | | - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/" /> |
24 | | - <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer" /> |
25 | | - <classpathentry kind="output" path="bin/default" /> |
| 22 | + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/"/> |
| 23 | + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> |
| 24 | + <classpathentry kind="output" path="bin/default"/> |
26 | 25 | </classpath> |
0 commit comments