122123124125126127128129130131132
{ synchronized (plugin) { if (index == null) { index = new Index(); for (IBundleRepository rep : sigil.getRepositoryManager().getRepositories()) { index(index, rep); }