From 611f04d8d862648bc0a71ab606023ef993c3523f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 13 Oct 2011 17:10:01 +0200 Subject: [PATCH] Removed .project --- .gitignore | 1 + .project | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .project diff --git a/.gitignore b/.gitignore index 279cf733140..116bd8f7574 100755 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ default.properties .buildpath .gitmodules dolibarr_install.log +/.project diff --git a/.project b/.project deleted file mode 100644 index 73994c1fed6..00000000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>dolibarrcvs</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.dltk.core.scriptbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.php.core.PHPNature</nature> - <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> - </natures> -</projectDescription> -- GitLab