mirror of https://github.com/sbt/sbt.git
Merge pull request #165 from Philippus/patch-1
Replace `ivys` and `artifacts` in comments
This commit is contained in:
commit
04193716da
|
|
@ -295,7 +295,7 @@ abstract class ResolverFunctions {
|
|||
|
||||
/**
|
||||
* Constructs a file resolver with the given name. The patterns to use must be explicitly specified
|
||||
* using the `ivys` or `artifacts` methods on the constructed resolver object.
|
||||
* using the `withPatterns` method on the constructed resolver object.
|
||||
*/
|
||||
def apply(name: String): FileRepository =
|
||||
FileRepository(name, defaultFileConfiguration, Patterns(false))
|
||||
|
|
@ -310,7 +310,7 @@ abstract class ResolverFunctions {
|
|||
|
||||
/**
|
||||
* Constructs a URL resolver with the given name. The patterns to use must be explicitly specified
|
||||
* using the `ivys` or `artifacts` methods on the constructed resolver object.
|
||||
* using the `withPatterns` method on the constructed resolver object.
|
||||
*/
|
||||
def apply(name: String): URLRepository = URLRepository(name, Patterns(false))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue