From c22f81ba8113ee039cd4a0d7b3fa2c12667ec246 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 10 Dec 2019 10:05:15 +0100 Subject: [PATCH] Removed and ingored eclipse project files --- .classpath | 38 -------------------------------------- .gitignore | 2 ++ .project | 53 ----------------------------------------------------- 3 files changed, 2 insertions(+), 91 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 91c6b49..0000000 --- a/.classpath +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index eb5a316..2061c9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ target +.classpath +.project diff --git a/.project b/.project deleted file mode 100644 index db24ef7..0000000 --- a/.project +++ /dev/null @@ -1,53 +0,0 @@ - - - grsf-common-library - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - com.google.gdt.eclipse.core.webAppProjectValidator - - - - - com.google.gwt.eclipse.core.gwtProjectValidator - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.wst.jsdt.core.jsNature - com.google.gwt.eclipse.core.gwtNature - -