place.fireChildPlaceNavigation(action);
}
protected GwtCompileImpl getCompilerSettings() {
GwtCompileImpl gwtCompile = handler.getValue();
if (null==gwtCompile.getModule()||gwtCompile.getModule().length()==0) {
gwtCompile.setModule("com.google.collide.plugin.StandalonePlugin");
}
if (null==gwtCompile.getSources()||gwtCompile.getSources().size()==0) {
gwtCompile.setSources(JsoArray.<String>from(
//our source list. These come before gwt sdk
"java","bin/gen", "plugin" // workspace relative source paths (hardcoded to collide)
//ok to add jars as source if you wish
,"xapi-gwt-0.3.jar"
,"gson-2.2.1.jar"