Convert references to harrah/xsbt to sbt/sbt

This commit is contained in:
Mark Harrah 2013-01-04 17:22:40 -05:00
parent 469202aeec
commit 16c719764e
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ private object IvySbt
/** Combines the artifacts, includes, and excludes of duplicate dependency definitions.
* This is somewhat fragile and is only intended to workaround Ivy (or sbt's use of Ivy) not handling this case properly.
* In particular, Ivy will create multiple dependency entries when converting a pom with a dependency on a classified artifact and a non-classified artifact:
* https://github.com/harrah/xsbt/issues/468
* https://github.com/sbt/sbt/issues/468
* It will also allow users to declare dependencies on classified modules in different configurations:
* https://groups.google.com/d/topic/simple-build-tool/H2MdAARz6e0/discussion
* as well as basic multi-classifier handling: #285, #419, #480.