Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 1f18e21

Browse files
author
Kato Shinya
committed
update classpath
1 parent 8d6c2e5 commit 1f18e21

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.classpath

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
<classpath>
33
<classpathentry kind="src" output="bin/main" path="src/main/java">
44
<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" />
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
9+
<classpathentry kind="src" output="bin/test" path="src/test/java">
1010
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
11+
<attribute name="gradle_scope" value="test" />
12+
<attribute name="gradle_used_by_scope" value="test" />
13+
<attribute name="test" value="true" />
1314
</attributes>
1415
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15/"/>
16-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
17-
<classpathentry kind="output" path="bin/default"/>
16+
<classpathentry kind="src" output="bin/test" path="src/test/resources">
17+
<attributes>
18+
<attribute name="gradle_scope" value="test" />
19+
<attribute name="gradle_used_by_scope" value="test" />
20+
<attribute name="test" value="true" />
21+
</attributes>
22+
</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" />
1826
</classpath>

0 commit comments

Comments
 (0)