From 4d0bb9f1e2879a30b3fc01405386179c62e2bf1a Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 21 Jun 2016 10:15:42 -0400 Subject: [PATCH] update eclipse project file templates --- template_.cproject => eclipse.cproject | 39 +++++++++++++------------- template_.project => eclipse.project | 0 2 files changed, 20 insertions(+), 19 deletions(-) rename template_.cproject => eclipse.cproject (98%) rename template_.project => eclipse.project (100%) diff --git a/template_.cproject b/eclipse.cproject similarity index 98% rename from template_.cproject rename to eclipse.cproject index d6fb4019f1..c7bec6ea52 100644 --- a/template_.cproject +++ b/eclipse.cproject @@ -5,12 +5,12 @@ + - @@ -105,23 +105,32 @@ + + make + + px4fmu-v1_default + true + true + true + make + px4fmu-v2_default true true true - + make - - px4fmu-v2_default upload + px4fmu-v4_default true true true make + all true true @@ -129,54 +138,46 @@ make - posix_sitl_default true true true - + make - px4fmu-v1_default + check true true true make + clean true true true - make - distclean - true - true - true - - make - px4fmu-v4_default + distclean true true true make - tests true true true - + make - check - true + submodulesclean + false true true diff --git a/template_.project b/eclipse.project similarity index 100% rename from template_.project rename to eclipse.project