From 926de5b1638291262a7e0fcb511a6835ee1c7d19 Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@fortiss.org> Date: Mon, 22 Jan 2018 09:56:59 +0000 Subject: [PATCH] Harmonize project builder configuration. refs 3249 --- .../trunk/.project | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/org.fortiss.af3.platform.raspberry.ui/trunk/.project b/org.fortiss.af3.platform.raspberry.ui/trunk/.project index b36b3e2e..9c4cf9c0 100644 --- a/org.fortiss.af3.platform.raspberry.ui/trunk/.project +++ b/org.fortiss.af3.platform.raspberry.ui/trunk/.project @@ -20,9 +20,41 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.fortiss.ide.dev_tools.warnings.GuidelinesChecker</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.systemfocus.tooling.codereview.builder.CodeReviewBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.systemfocus.tooling.codereview.builder.RemoveWarningsBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.systemfocus.tooling.codereview.builder.GuidelinesCheckBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> </natures> </projectDescription> -- GitLab