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 66 <attribute name =" maven.pomderived" value =" true" />
77 </attributes >
88 </classpathentry >
9- <classpathentry kind =" src" path =" src/test/java" />
9+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
10+ <attributes >
11+ <attribute name =" optional" value =" true" />
12+ <attribute name =" maven.pomderived" value =" true" />
13+ </attributes >
14+ </classpathentry >
1015 <classpathentry excluding =" **" kind =" src" output =" target/classes" path =" src/main/resources" >
1116 <attributes >
1217 <attribute name =" maven.pomderived" value =" true" />
1722 <attribute name =" maven.pomderived" value =" true" />
1823 </attributes >
1924 </classpathentry >
20- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5 " >
2126 <attributes >
2227 <attribute name =" maven.pomderived" value =" true" />
2328 </attributes >
2429 </classpathentry >
2530 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
2631 <attributes >
2732 <attribute name =" maven.pomderived" value =" true" />
28- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
2933 </attributes >
3034 </classpathentry >
3135 <classpathentry kind =" output" path =" target/classes" />
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.7
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.7
10+ org.eclipse.jdt.core.compiler.compliance =1.5
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.7
95+ org.eclipse.jdt.core.compiler.source =1.5
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/JavaSE -1.7 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
2929 </classpathentry >
3030 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
3131 <attributes >
3232 <attribute name =" maven.pomderived" value =" true" />
33- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
3433 </attributes >
3534 </classpathentry >
3635 <classpathentry kind =" output" path =" target/classes" />
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.7
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.7
10+ org.eclipse.jdt.core.compiler.compliance =1.5
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.7
95+ org.eclipse.jdt.core.compiler.source =1.5
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/JavaSE -1.7 " >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " >
2626 <attributes >
2727 <attribute name =" maven.pomderived" value =" true" />
2828 </attributes >
2929 </classpathentry >
3030 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
3131 <attributes >
3232 <attribute name =" maven.pomderived" value =" true" />
33- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
3433 </attributes >
3534 </classpathentry >
3635 <classpathentry kind =" output" path =" target/classes" />
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.7
9- org.eclipse.jdt.core.compiler.compliance =1.7
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
9+ org.eclipse.jdt.core.compiler.compliance =1.5
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.7
91+ org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 1616 <attribute name =" maven.pomderived" value =" true" />
1717 </attributes >
1818 </classpathentry >
19- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
19+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
20+ <attributes >
21+ <attribute name =" optional" value =" true" />
22+ <attribute name =" maven.pomderived" value =" true" />
23+ </attributes >
24+ </classpathentry >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" >
2026 <attributes >
2127 <attribute name =" maven.pomderived" value =" true" />
2228 </attributes >
2329 </classpathentry >
2430 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
2531 <attributes >
2632 <attribute name =" maven.pomderived" value =" true" />
27- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
2833 </attributes >
2934 </classpathentry >
3035 <classpathentry kind =" output" path =" target/classes" />
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.7
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.7
10+ org.eclipse.jdt.core.compiler.compliance =1.5
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.7
95+ org.eclipse.jdt.core.compiler.source =1.5
Original file line number Diff line number Diff line change 1616 <attribute name =" maven.pomderived" value =" true" />
1717 </attributes >
1818 </classpathentry >
19- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
19+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
20+ <attributes >
21+ <attribute name =" optional" value =" true" />
22+ <attribute name =" maven.pomderived" value =" true" />
23+ </attributes >
24+ </classpathentry >
25+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" >
2026 <attributes >
2127 <attribute name =" maven.pomderived" value =" true" />
2228 </attributes >
2329 </classpathentry >
2430 <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
2531 <attributes >
2632 <attribute name =" maven.pomderived" value =" true" />
27- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
2833 </attributes >
2934 </classpathentry >
3035 <classpathentry kind =" output" path =" target/classes" />
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.7
8+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.5
99org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10- org.eclipse.jdt.core.compiler.compliance =1.7
10+ org.eclipse.jdt.core.compiler.compliance =1.5
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.7
95+ org.eclipse.jdt.core.compiler.source =1.5
You can’t perform that action at this time.
0 commit comments