From 3656187af36635da9febb5e0faa6673f5327bd06 Mon Sep 17 00:00:00 2001 From: sreichholf Date: Wed, 22 Dec 2010 21:34:02 +0100 Subject: [PATCH] Update some ecipse project files --- .gitignore | 1 + .project | 40 +++++++++++++++++++++++----------------- .pydevproject | 7 +++++++ 3 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 .pydevproject diff --git a/.gitignore b/.gitignore index aec3753..00f0acc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ ltmain.sh Makefile.in missing py-compile +/.settings diff --git a/.project b/.project index ae43cf1..ab88af9 100644 --- a/.project +++ b/.project @@ -1,17 +1,23 @@ - - - enigma2-plugins - - - - - - org.python.pydev.PyDevBuilder - - - - - - org.python.pydev.pythonNature - - + + + enigma2-plugins + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.python.pydev.PyDevBuilder + + + + + + org.python.pydev.pythonNature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/.pydevproject b/.pydevproject new file mode 100644 index 0000000..dd7248e --- /dev/null +++ b/.pydevproject @@ -0,0 +1,7 @@ + + + + +Default +python 2.7 + -- 2.7.4