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 3434 <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
3535 <nature >org.eclipse.wst.jsdt.core.jsNature</nature >
3636 </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 >
3748</projectDescription >
Original file line number Diff line number Diff line change 3535 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
3636 <attributes >
3737 <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" />
3955 </attributes >
4056 </classpathentry >
4157 <classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 3434 <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
3535 <nature >org.eclipse.wst.jsdt.core.jsNature</nature >
3636 </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 >
3748</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
66org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
77org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
88org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9+ org.eclipse.jdt.core.compiler.processAnnotations =disabled
910org.eclipse.jdt.core.compiler.release =disabled
1011org.eclipse.jdt.core.compiler.source =21
You can’t perform that action at this time.
0 commit comments