Adding app-repositories feature to Launcher.

* Added appRepositories method to Launcher interface
* Added 'bootOnly' configuration, such that repositories can be used only for boot and not applications.
* Added tests to ensure 'bootOnly' and 'mavenCompatible' behave well
* Updated documentation on launcher to reflect new options.
This commit is contained in:
Josh Suereth
2012-12-04 13:10:10 -05:00
committed by Mark Harrah
parent e07dc32b7e
commit 4210936163
6 changed files with 121 additions and 22 deletions
@@ -38,6 +38,11 @@ public interface Launcher
* are the same ones used to load the launcher.
*/
public xsbti.Repository[] ivyRepositories();
/** These are the repositories configured by this launcher
* which should be used by the application when resolving
* further artifacts.
*/
public xsbti.Repository[] appRepositories();
/** The user has configured the launcher with the only repositories
* it wants to use for this applciation.
*/