From 8df28631b6010b9e7a0d534a34241d64e2699e06 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Fri, 16 Oct 2015 20:45:48 +0800 Subject: [PATCH] add project file... Signed-off-by: 502647092 --- .classpath | 31 +++++++++++++++++++++++++++++++ .gitignore | 6 ------ .project | 23 +++++++++++++++++++++++ 3 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 .classpath create mode 100644 .project 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 + +