If I create a GWT project in eclipse without checking the checkbox "generate sample code", I will get a pretty empty project (as expected). There is a wizard for all the needed files:
- The module.gwt.xml
- The entry point
- The .html file
But: How can I generate the needed module.nocache.js file?