File tree Expand file tree Collapse file tree 5 files changed +42
-1
lines changed Expand file tree Collapse file tree 5 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 34
34
<nature >org.eclipse.wst.common.project.facet.core.nature</nature >
35
35
<nature >org.eclipse.wst.jsdt.core.jsNature</nature >
36
36
</natures >
37
+ <filteredResources >
38
+ <filter >
39
+ <id >1753102578121</id >
40
+ <name ></name >
41
+ <type >30</type >
42
+ <matcher >
43
+ <id >org.eclipse.core.resources.regexFilterMatcher</id >
44
+ <arguments >node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
45
+ </matcher >
46
+ </filter >
47
+ </filteredResources >
37
48
</projectDescription >
Original file line number Diff line number Diff line change 35
35
<classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
36
36
<attributes >
37
37
<attribute name =" maven.pomderived" value =" true" />
38
- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
38
+ </attributes >
39
+ </classpathentry >
40
+ <classpathentry kind =" src" path =" target/generated-sources/annotations" >
41
+ <attributes >
42
+ <attribute name =" optional" value =" true" />
43
+ <attribute name =" maven.pomderived" value =" true" />
44
+ <attribute name =" ignore_optional_problems" value =" true" />
45
+ <attribute name =" m2e-apt" value =" true" />
46
+ </attributes >
47
+ </classpathentry >
48
+ <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
49
+ <attributes >
50
+ <attribute name =" optional" value =" true" />
51
+ <attribute name =" maven.pomderived" value =" true" />
52
+ <attribute name =" ignore_optional_problems" value =" true" />
53
+ <attribute name =" m2e-apt" value =" true" />
54
+ <attribute name =" test" value =" true" />
39
55
</attributes >
40
56
</classpathentry >
41
57
<classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 34
34
<nature >org.eclipse.wst.common.project.facet.core.nature</nature >
35
35
<nature >org.eclipse.wst.jsdt.core.jsNature</nature >
36
36
</natures >
37
+ <filteredResources >
38
+ <filter >
39
+ <id >1753102578130</id >
40
+ <name ></name >
41
+ <type >30</type >
42
+ <matcher >
43
+ <id >org.eclipse.core.resources.regexFilterMatcher</id >
44
+ <arguments >node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
45
+ </matcher >
46
+ </filter >
47
+ </filteredResources >
37
48
</projectDescription >
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.eclipse.jdt.apt.aptEnabled =false
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
7
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
8
8
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9
+ org.eclipse.jdt.core.compiler.processAnnotations =disabled
9
10
org.eclipse.jdt.core.compiler.release =disabled
10
11
org.eclipse.jdt.core.compiler.source =21
You can’t perform that action at this time.
0 commit comments