use of org.eclipse.tycho.repository.local.index.LocalRepositoryP2IndicesImpl in project tycho by eclipse.
the class TestResolverFactory method createLocalRepoIndices.
private LocalRepositoryP2Indices createLocalRepoIndices(MavenContext mavenContext) {
LocalRepositoryP2IndicesImpl localRepoIndices = new LocalRepositoryP2IndicesImpl();
localRepoIndices.setMavenContext(mavenContext);
localRepoIndices.setFileLockService(new NoopFileLockService());
return localRepoIndices;
}
Aggregations