File tree Expand file tree Collapse file tree
spring-security-basic-auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.7 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
66org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.5
10+ org.eclipse.jdt.core.compiler.compliance =1.7
1111org.eclipse.jdt.core.compiler.debug.lineNumber =generate
1212org.eclipse.jdt.core.compiler.debug.localVariable =generate
1313org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
95- org.eclipse.jdt.core.compiler.source =1.5
95+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.7 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
66org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.5
10+ org.eclipse.jdt.core.compiler.compliance =1.7
1111org.eclipse.jdt.core.compiler.debug.lineNumber =generate
1212org.eclipse.jdt.core.compiler.debug.localVariable =generate
1313org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
95- org.eclipse.jdt.core.compiler.source =1.5
95+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.7 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
66org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
9- org.eclipse.jdt.core.compiler.compliance =1.5
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
9+ org.eclipse.jdt.core.compiler.compliance =1.7
1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface =warning
1111org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
1212org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
@@ -88,4 +88,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
8888org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
91- org.eclipse.jdt.core.compiler.source =1.5
91+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.7 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annota
55org.eclipse.jdt.core.compiler.annotation.nullable =org.eclipse.jdt.annotation.Nullable
66org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.5
10+ org.eclipse.jdt.core.compiler.compliance =1.7
1111org.eclipse.jdt.core.compiler.debug.lineNumber =generate
1212org.eclipse.jdt.core.compiler.debug.localVariable =generate
1313org.eclipse.jdt.core.compiler.debug.sourceFile =generate
@@ -92,4 +92,4 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
9292org.eclipse.jdt.core.compiler.problem.unusedPrivateMember =warning
9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken =warning
9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast =warning
95- org.eclipse.jdt.core.compiler.source =1.5
95+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change 2222 <attribute name =" maven.pomderived" value =" true" />
2323 </attributes >
2424 </classpathentry >
25- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5 " >
25+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
2929 </classpathentry >
30- <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
30+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 " >
3131 <attributes >
32- <attribute name =" maven.pomderived " value =" true " />
32+ <attribute name =" owner.project.facets " value =" java " />
3333 </attributes >
3434 </classpathentry >
3535 <classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 55 <projects >
66 </projects >
77 <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.wst.jsdt.core.javascriptValidator</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
813 <buildCommand >
914 <name >org.eclipse.jdt.core.javabuilder</name >
1015 <arguments >
3843 <nature >org.eclipse.jdt.core.javanature</nature >
3944 <nature >org.eclipse.m2e.core.maven2Nature</nature >
4045 <nature >org.eclipse.wst.common.project.facet.core.nature</nature >
46+ <nature >org.eclipse.wst.jsdt.core.jsNature</nature >
4147 </natures >
4248</projectDescription >
You can’t perform that action at this time.
0 commit comments