Configure additional classpath through `sbt.extraClasspath`

Modify the default launcher configuration for sbt so extra classpath
entries for sbt can be configured through `sbt.extraClasspath` system
property.
This commit is contained in:
Grzegorz Kossakowski 2013-06-24 14:24:39 -07:00
parent f426f8ba7f
commit ad718587bb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
class: ${sbt.main.class-sbt.xMain}
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
resources: ${sbt.extraClasspath-}
[repositories]
local