From adc8856d3195367243825d1fab40c0dee151939f Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Mon, 24 Oct 2005 23:46:02 +0000 Subject: [PATCH] Consider that BuildProject and UpdateProjectProperties commands are not so long. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3937 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/src/properties/CommandProcessorStrategy.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/pmd-eclipse/src/properties/CommandProcessorStrategy.properties b/pmd-eclipse/src/properties/CommandProcessorStrategy.properties index b3aedcd5d5..dbed22fccb 100644 --- a/pmd-eclipse/src/properties/CommandProcessorStrategy.properties +++ b/pmd-eclipse/src/properties/CommandProcessorStrategy.properties @@ -2,11 +2,9 @@ strategy.class = DefaultCommandProcessorStrategy # long running commands -BuildProject = net.sourceforge.pmd.eclipse.cmd.JobCommandProcessor RenderReport = net.sourceforge.pmd.eclipse.cmd.JobCommandProcessor DetectCutAndPaste = net.sourceforge.pmd.eclipse.cmd.JobCommandProcessor ReviewCode = net.sourceforge.pmd.eclipse.cmd.JobCommandProcessor -#UpdateProjectProperties = net.sourceforge.pmd.eclipse.cmd.RunnableCommandProcessor # short running commands # these commands are not declared and therefore uses the default command processor