diff --git a/.gitignore b/.gitignore index 72f3338a99..b5a4ddb863 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ # Eclipse -.classpath -.project .settings/ .prefs *.prefs diff --git a/spring-security-login-error-handling/.classpath b/spring-security-login-error-handling/.classpath new file mode 100644 index 0000000000..0f4a4c27e0 --- /dev/null +++ b/spring-security-login-error-handling/.classpath @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-security-login-error-handling/.project b/spring-security-login-error-handling/.project new file mode 100644 index 0000000000..41c4e13e7c --- /dev/null +++ b/spring-security-login-error-handling/.project @@ -0,0 +1,48 @@ + + + spring-security-login-and-registration + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.springframework.ide.eclipse.core.springnature + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.jsdt.core.jsNature + +