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