I have some code that used to compile with GWT 1.x and link into a single script. Now with GWT 2.0.x (GWT 2.0.3 specifically), the compiler compiles 6 browser-specific permutations and then the single-script linker refuses to link.
I don't use GWT widgets. I only use com.google.gwt.user.client.Timer, com.google.gwt.core.client.JavaScriptObject/EntryPoint/JavaScriptException from GWT core and java.lang and java.util emulation.
How do I tell GWT to compile the core stuff without browser-specific permutations?