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

Commit b18b456

Browse files
author
Kato Shinya
committed
update
1 parent 710946f commit b18b456

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.classpath

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
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>
99
<classpathentry kind="src" output="bin/test" path="src/test/java">
1010
<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"/>
1414
</attributes>
1515
</classpathentry>
16-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
16+
<classpathentry kind="src" output="bin/main" path="src/main/resources">
1717
<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"/>
2120
</attributes>
2221
</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"/>
2625
</classpath>

0 commit comments

Comments
 (0)