One of the tips for lowering your app's cold-start latency is to use/upload as few JARs as possible. I'm wondering what can I do to prevent 3rd-party GWT libraries (like gwtquery.jar etc.) from being uploaded to GAE? (Once the app gets compiled these become useless, so it would be quite unfortunate should they attribute to the latency.)
It would be great if it was possible to filter particular files while still using the Eclipse GWT plugin.
And how can I tell whether they get uploaded or not? Console output does not seem to be too helpful in this.