Skip to content

Commit 4e91125

Browse files
committed
Update dev/ide files
1 parent 94d3e51 commit 4e91125

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+8951
-96
lines changed

.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1600120362174</id>
19+
<id>1664800225224</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>
2323
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
24+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
2525
</matcher>
2626
</filter>
2727
</filteredResources>

bom/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</natures>
2323
<filteredResources>
2424
<filter>
25-
<id>1600178319842</id>
25+
<id>1664800225192</id>
2626
<name></name>
2727
<type>30</type>
2828
<matcher>
2929
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3131
</matcher>
3232
</filter>
3333
</filteredResources>

bom/.settings/org.eclipse.jdt.core.prefs

+564
Large diffs are not rendered by default.

build-parent/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1600178319845</id>
19+
<id>1664800225201</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>
2323
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
24+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
2525
</matcher>
2626
</filter>
2727
</filteredResources>

checkstyle/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
</natures>
2323
<filteredResources>
2424
<filter>
25-
<id>1600120362177</id>
25+
<id>1664800225230</id>
2626
<name></name>
2727
<type>30</type>
2828
<matcher>
2929
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3131
</matcher>
3232
</filter>
3333
</filteredResources>

checkstyle/.settings/org.eclipse.jdt.core.prefs

+559
Large diffs are not rendered by default.

common/.classpath

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</classpathentry>
1414
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
1515
<attributes>
16-
<attribute name="module" value="true"/>
1716
<attribute name="maven.pomderived" value="true"/>
1817
</attributes>
1918
</classpathentry>
@@ -45,11 +44,11 @@
4544
</classpathentry>
4645
<classpathentry kind="src" output="targetide/test-classes" path="targetide/generated-test-sources/test-annotations">
4746
<attributes>
48-
<attribute name="ignore_optional_problems" value="true"/>
49-
<attribute name="test" value="true"/>
5047
<attribute name="optional" value="true"/>
5148
<attribute name="maven.pomderived" value="true"/>
49+
<attribute name="ignore_optional_problems" value="true"/>
5250
<attribute name="m2e-apt" value="true"/>
51+
<attribute name="test" value="true"/>
5352
</attributes>
5453
</classpathentry>
5554
<classpathentry kind="output" path="targetide/classes"/>

common/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
</natures>
2929
<filteredResources>
3030
<filter>
31-
<id>1600120362151</id>
31+
<id>1664800225208</id>
3232
<name></name>
3333
<type>30</type>
3434
<matcher>
3535
<id>org.eclipse.core.resources.regexFilterMatcher</id>
36-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
36+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3737
</matcher>
3838
</filter>
3939
</filteredResources>

common/.settings/org.eclipse.jdt.core.prefs

+559
Large diffs are not rendered by default.

maven-plugins/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1600120362235</id>
19+
<id>1664800225320</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>
2323
<id>org.eclipse.core.resources.regexFilterMatcher</id>
24-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
24+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
2525
</matcher>
2626
</filter>
2727
</filteredResources>

maven-plugins/common/.classpath

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
44
<attributes>
55
<attribute name="maven.pomderived" value="true"/>
66
</attributes>
@@ -16,35 +16,35 @@
1616
<attribute name="test" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="src" output="targetide/classes" path="src/main/java">
19+
<classpathentry kind="src" path="targetide/generated-sources/annotations">
2020
<attributes>
2121
<attribute name="optional" value="true"/>
2222
<attribute name="maven.pomderived" value="true"/>
23+
<attribute name="ignore_optional_problems" value="true"/>
24+
<attribute name="m2e-apt" value="true"/>
2325
</attributes>
2426
</classpathentry>
25-
<classpathentry kind="src" output="targetide/test-classes" path="src/test/java">
27+
<classpathentry kind="src" path="target/generated-sources/annotations">
2628
<attributes>
2729
<attribute name="optional" value="true"/>
28-
<attribute name="maven.pomderived" value="true"/>
29-
<attribute name="test" value="true"/>
3030
</attributes>
3131
</classpathentry>
32-
<classpathentry kind="src" path="targetide/generated-sources/annotations">
32+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
3333
<attributes>
3434
<attribute name="optional" value="true"/>
35-
<attribute name="maven.pomderived" value="true"/>
36-
<attribute name="ignore_optional_problems" value="true"/>
37-
<attribute name="m2e-apt" value="true"/>
35+
<attribute name="test" value="true"/>
3836
</attributes>
3937
</classpathentry>
40-
<classpathentry kind="src" path="target/generated-sources/annotations">
38+
<classpathentry kind="src" output="targetide/classes" path="src/main/java">
4139
<attributes>
4240
<attribute name="optional" value="true"/>
41+
<attribute name="maven.pomderived" value="true"/>
4342
</attributes>
4443
</classpathentry>
45-
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
44+
<classpathentry kind="src" output="targetide/test-classes" path="src/test/java">
4645
<attributes>
4746
<attribute name="optional" value="true"/>
47+
<attribute name="maven.pomderived" value="true"/>
4848
<attribute name="test" value="true"/>
4949
</attributes>
5050
</classpathentry>

maven-plugins/common/.project

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
</natures>
2929
<filteredResources>
3030
<filter>
31-
<id>1600120362161</id>
31+
<id>1664800225217</id>
3232
<name></name>
3333
<type>30</type>
3434
<matcher>
3535
<id>org.eclipse.core.resources.regexFilterMatcher</id>
36-
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
36+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
3737
</matcher>
3838
</filter>
3939
</filteredResources>

0 commit comments

Comments
 (0)