|
a |
|
b/.classpath |
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
|
2 |
<classpath> |
|
|
3 |
<classpathentry kind="src" output="bin/test" path="src/test/java"> |
|
|
4 |
<attributes> |
|
|
5 |
<attribute name="gradle_scope" value="test"/> |
|
|
6 |
<attribute name="gradle_used_by_scope" value="test"/> |
|
|
7 |
<attribute name="test" value="true"/> |
|
|
8 |
</attributes> |
|
|
9 |
</classpathentry> |
|
|
10 |
<classpathentry kind="src" output="bin/main" path="src/main/resources"> |
|
|
11 |
<attributes> |
|
|
12 |
<attribute name="gradle_scope" value="main"/> |
|
|
13 |
<attribute name="gradle_used_by_scope" value="main,test"/> |
|
|
14 |
</attributes> |
|
|
15 |
</classpathentry> |
|
|
16 |
<classpathentry kind="src" output="bin/main" path="src/main/java"> |
|
|
17 |
<attributes> |
|
|
18 |
<attribute name="gradle_scope" value="main"/> |
|
|
19 |
<attribute name="gradle_used_by_scope" value="main,test"/> |
|
|
20 |
</attributes> |
|
|
21 |
</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"/> |
|
|
25 |
</classpath> |