From 7119bb90844c83164fe90704cf3ac93b14e9894a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 18 Dec 2015 20:18:19 +0200 Subject: [PATCH] Fix project generator for Eclipse IDE and "duplicate path entries found in project path" // Resolve #383 --- HISTORY.rst | 3 +++ platformio/ide/tpls/eclipse/.cproject.tpl | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 85cbdfa8..c56bd057 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -23,6 +23,9 @@ PlatformIO 2.0 (`issue #380 `_) * Fixed issue with code builder when build path contains spaces (`issue #387 `_) +* Fixed project generator for Eclipse IDE and "duplicate path entries found + in project path" + (`issue #383 `_) 2.6.0 (2015-12-15) diff --git a/platformio/ide/tpls/eclipse/.cproject.tpl b/platformio/ide/tpls/eclipse/.cproject.tpl index 08b8a369..28d12111 100644 --- a/platformio/ide/tpls/eclipse/.cproject.tpl +++ b/platformio/ide/tpls/eclipse/.cproject.tpl @@ -24,6 +24,9 @@