diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..96f45ce --- /dev/null +++ b/.classpath @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index a0348ec..f2c28f4 100644 --- a/.gitignore +++ b/.gitignore @@ -78,9 +78,6 @@ local.properties .settings/ .loadpath -# Eclipse Core -.project - # External tool builders .externalToolBuilders/ @@ -90,9 +87,6 @@ local.properties # CDT-specific .cproject -# JDT-specific (Eclipse Java Development Tools) -.classpath - # PDT-specific .buildpath diff --git a/.project b/.project new file mode 100644 index 0000000..ae124be --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + AuthMe + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.jdt.core.javanature + +