checksums configurable in [ivy] section. fixes #235

This commit is contained in:
Mark Harrah
2011-11-04 13:40:59 -04:00
parent 66500ea776
commit 8e9e4b22cd
8 changed files with 51 additions and 39 deletions
@@ -13,4 +13,5 @@ public interface Launcher
public xsbti.Repository[] ivyRepositories();
// null if none set
public File ivyHome();
public String[] checksums();
}