109110111112113114115116117118119
}); Job findExportsJob = new Job("Find exports") { protected IStatus run(IProgressMonitor monitor) { return exportFinder.run(monitor); } }; findExportsJob.setUser(true); findExportsJob.schedule();