XSBT-5: maven-style ivy repo support in the launcher config

Change-Id: I22c1ff126961d61d92e2e45a5b7eff329d3def90
Reviewed-on: https://gerrit.gilt.com/10950
Reviewed-by: Eric Bowman <[email protected]>
Tested-by: Eric Bowman <[email protected]>
This commit is contained in:
Eric Bowman
2012-10-29 09:04:42 -04:00
committed by Mark Harrah
parent 672550c923
commit 835ee0d1b3
8 changed files with 26 additions and 8 deletions
@@ -8,4 +8,5 @@ public interface IvyRepository extends Repository
URL url();
String ivyPattern();
String artifactPattern();
boolean mavenCompatible();
}