From 534fd37a16cb080e861b5f2f01a8d25ccae30b18 Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Fri, 4 Aug 2017 15:00:50 +0000 Subject: [PATCH] Test commit of parallel configuration of old and new developer tools in .project file. refs 2009 --- org.fortiss.tooling.common/trunk/.project | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/org.fortiss.tooling.common/trunk/.project b/org.fortiss.tooling.common/trunk/.project index 754b65d82..78b3a6615 100644 --- a/org.fortiss.tooling.common/trunk/.project +++ b/org.fortiss.tooling.common/trunk/.project @@ -30,10 +30,31 @@ <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> + <buildCommand> + <name>org.eclipse.systemfocus.tooling.emfgeneration.svn.EcoreBuilderGIT</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature> + <nature>org.eclipse.systemfocus.tooling.codereview.nature.CodeReviewNature</nature> </natures> </projectDescription> -- GitLab