Skip to content

Commit 64404fa

Browse files
author
Laurent Gougeon
committed
Update from latest Eclipse.
1 parent 426f106 commit 64404fa

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

.classpath

+4-21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry excluding="main/java/|main/resources/|test/java/|test/resources/" kind="src" path="src"/>
1010
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-23">
1111
<attributes>
12+
<attribute name="module" value="true"/>
1213
<attribute name="maven.pomderived" value="true"/>
1314
</attributes>
1415
</classpathentry>
@@ -17,39 +18,21 @@
1718
<attribute name="maven.pomderived" value="true"/>
1819
</attributes>
1920
</classpathentry>
20-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
<attribute name="test" value="true"/>
24-
<attribute name="optional" value="true"/>
25-
</attributes>
26-
</classpathentry>
27-
<classpathentry kind="src" path=".apt_generated">
28-
<attributes>
29-
<attribute name="optional" value="true"/>
30-
</attributes>
31-
</classpathentry>
32-
<classpathentry kind="src" output="target/test-classes" path=".apt_generated_tests">
33-
<attributes>
34-
<attribute name="optional" value="true"/>
35-
<attribute name="test" value="true"/>
36-
</attributes>
37-
</classpathentry>
3821
<classpathentry kind="src" path="target/generated-sources/annotations">
3922
<attributes>
23+
<attribute name="ignore_optional_problems" value="true"/>
4024
<attribute name="optional" value="true"/>
4125
<attribute name="maven.pomderived" value="true"/>
42-
<attribute name="ignore_optional_problems" value="true"/>
4326
<attribute name="m2e-apt" value="true"/>
4427
</attributes>
4528
</classpathentry>
4629
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
4730
<attributes>
31+
<attribute name="ignore_optional_problems" value="true"/>
32+
<attribute name="test" value="true"/>
4833
<attribute name="optional" value="true"/>
4934
<attribute name="maven.pomderived" value="true"/>
50-
<attribute name="ignore_optional_problems" value="true"/>
5135
<attribute name="m2e-apt" value="true"/>
52-
<attribute name="test" value="true"/>
5336
</attributes>
5437
</classpathentry>
5538
<classpathentry kind="output" path="target/classes"/>

0 commit comments

Comments
 (0)