diff --git a/spring-security-basic-auth/.classpath b/spring-security-basic-auth/.classpath index 15b58ba46e..ca257cf1f9 100644 --- a/spring-security-basic-auth/.classpath +++ b/spring-security-basic-auth/.classpath @@ -30,6 +30,7 @@ + diff --git a/spring-security-basic-auth/.settings/org.eclipse.wst.validation.prefs b/spring-security-basic-auth/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-basic-auth/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-basic-auth/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false diff --git a/spring-security-basic-auth/pom.xml b/spring-security-basic-auth/pom.xml index 4be7c4e9cb..cf98ffb935 100644 --- a/spring-security-basic-auth/pom.xml +++ b/spring-security-basic-auth/pom.xml @@ -138,6 +138,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-security-mvc-custom/.classpath b/spring-security-mvc-custom/.classpath index 5dea193677..51523b07e1 100644 --- a/spring-security-mvc-custom/.classpath +++ b/spring-security-mvc-custom/.classpath @@ -27,5 +27,11 @@ + + + + + + diff --git a/spring-security-mvc-custom/.settings/org.eclipse.wst.validation.prefs b/spring-security-mvc-custom/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-mvc-custom/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-mvc-custom/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml index 8e9834887f..294e3a7fa4 100644 --- a/spring-security-mvc-custom/pom.xml +++ b/spring-security-mvc-custom/pom.xml @@ -143,6 +143,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-security-mvc-digest-auth/.classpath b/spring-security-mvc-digest-auth/.classpath index 5dea193677..a72442544c 100644 --- a/spring-security-mvc-digest-auth/.classpath +++ b/spring-security-mvc-digest-auth/.classpath @@ -16,16 +16,22 @@ - - - - - + + + + + + + + + + + diff --git a/spring-security-mvc-digest-auth/.settings/org.eclipse.jdt.core.prefs b/spring-security-mvc-digest-auth/.settings/org.eclipse.jdt.core.prefs index df81356514..0d30335b6a 100644 --- a/spring-security-mvc-digest-auth/.settings/org.eclipse.jdt.core.prefs +++ b/spring-security-mvc-digest-auth/.settings/org.eclipse.jdt.core.prefs @@ -6,11 +6,7 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.autoboxing=ignore diff --git a/spring-security-mvc-digest-auth/.settings/org.eclipse.wst.validation.prefs b/spring-security-mvc-digest-auth/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-mvc-digest-auth/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-mvc-digest-auth/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml index 405f8f9a0c..29622458ed 100644 --- a/spring-security-mvc-digest-auth/pom.xml +++ b/spring-security-mvc-digest-auth/pom.xml @@ -93,7 +93,7 @@ com.google.guava guava - 14.0.1 + ${guava.version} @@ -137,7 +137,23 @@ - + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-security-mvc-login/.classpath b/spring-security-mvc-login/.classpath index 5dea193677..51523b07e1 100644 --- a/spring-security-mvc-login/.classpath +++ b/spring-security-mvc-login/.classpath @@ -27,5 +27,11 @@ + + + + + + diff --git a/spring-security-mvc-login/.settings/org.eclipse.wst.validation.prefs b/spring-security-mvc-login/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-mvc-login/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-mvc-login/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml index 52cc7d5a80..31443362b6 100644 --- a/spring-security-mvc-login/pom.xml +++ b/spring-security-mvc-login/pom.xml @@ -135,6 +135,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-security-mvc-session/.classpath b/spring-security-mvc-session/.classpath index 5dea193677..51523b07e1 100644 --- a/spring-security-mvc-session/.classpath +++ b/spring-security-mvc-session/.classpath @@ -27,5 +27,11 @@ + + + + + + diff --git a/spring-security-mvc-session/.settings/org.eclipse.wst.validation.prefs b/spring-security-mvc-session/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-mvc-session/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-mvc-session/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml index b5c1738590..6a3bce7aee 100644 --- a/spring-security-mvc-session/pom.xml +++ b/spring-security-mvc-session/pom.xml @@ -143,6 +143,22 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-security-rest-custom/.classpath b/spring-security-rest-custom/.classpath index 5b66010de6..ca257cf1f9 100644 --- a/spring-security-rest-custom/.classpath +++ b/spring-security-rest-custom/.classpath @@ -16,7 +16,12 @@ - + + + + + + diff --git a/spring-security-rest-custom/.settings/org.eclipse.wst.validation.prefs b/spring-security-rest-custom/.settings/org.eclipse.wst.validation.prefs index cacf5451ae..0d0aee4f72 100644 --- a/spring-security-rest-custom/.settings/org.eclipse.wst.validation.prefs +++ b/spring-security-rest-custom/.settings/org.eclipse.wst.validation.prefs @@ -1,7 +1,8 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator; -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633 +disabled=06target eclipse.preferences.version=1 override=true suspend=false