From ad718587bb3686fb7492b5dbfee53e696517c38d Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Mon, 24 Jun 2013 14:24:39 -0700 Subject: [PATCH] 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. --- launch/src/main/input_resources/sbt/sbt.boot.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/launch/src/main/input_resources/sbt/sbt.boot.properties b/launch/src/main/input_resources/sbt/sbt.boot.properties index 46d269f93..f7460164c 100644 --- a/launch/src/main/input_resources/sbt/sbt.boot.properties +++ b/launch/src/main/input_resources/sbt/sbt.boot.properties @@ -8,6 +8,7 @@ class: ${sbt.main.class-sbt.xMain} components: xsbti,extra cross-versioned: ${sbt.cross.versioned-false} + resources: ${sbt.extraClasspath-} [repositories] local