3738394041424344
this.project = project; } public void execute(IProgressMonitor monitor, IAdaptable info) throws CoreException { GwtProject gwtProject = GwtProject.create(project); gwtProject.doCompile(); }