From 1376c80c1792a736e621e66f05fd8cfd4b87285c Mon Sep 17 00:00:00 2001 From: Florian Hoelzl <hoelzl@fortiss.org> Date: Fri, 4 Aug 2017 15:05:13 +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 --------------------- org.fortiss.tooling.kernel/trunk/.project | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/org.fortiss.tooling.common/trunk/.project b/org.fortiss.tooling.common/trunk/.project index 986bae3c4..754b65d82 100644 --- a/org.fortiss.tooling.common/trunk/.project +++ b/org.fortiss.tooling.common/trunk/.project @@ -30,31 +30,10 @@ <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.EcoreBuilderSVN</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> diff --git a/org.fortiss.tooling.kernel/trunk/.project b/org.fortiss.tooling.kernel/trunk/.project index bb453735c..e0ec09728 100644 --- a/org.fortiss.tooling.kernel/trunk/.project +++ b/org.fortiss.tooling.kernel/trunk/.project @@ -45,10 +45,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.EcoreBuilderSVN</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