use of aQute.bnd.jpm.Repository in project bnd by bndtools.
the class TestWrapper method getJpmRepo.
private Repository getJpmRepo() {
Repository repo = new Repository();
repo.setProperties(MAP.$("location", tmp.getAbsolutePath()).$("index", "testdata/ws/cnf/jpm4j.json"));
return repo;
}
Aggregations