3839404142434445464748
} public void execute(IProgressMonitor monitor, IAdaptable info) throws CoreException { GwtProject gwtProject = GwtProject.create(project); gwtProject.doCompile(); } public int getOrder() { return -1; }