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
This commit is contained in:
Philippe Herlin
2005-10-24 23:46:02 +00:00
parent 263d1e95d9
commit adc8856d31

View File

@ -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