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