How to run GWT Super Dev Mode code server with Buildship?

I discovered that cause - test dependencies are included in the runtime classpath. They should not be - they should only be included for tests. This is related to Main vs. test, compile vs runtime classpaths in Eclipse - once and for all, how?