From 248a5ccb1514232f1713523bd4666365b5b181f2 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Wed, 26 Jun 2013 10:17:49 -0700 Subject: [PATCH] Add `sbt.extraClasspath` to command line reference. --- src/sphinx/Detailed-Topics/Command-Line-Reference.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst index 6979d4c1f..b55e9a6ad 100644 --- a/src/sphinx/Detailed-Topics/Command-Line-Reference.rst +++ b/src/sphinx/Detailed-Topics/Command-Line-Reference.rst @@ -200,6 +200,13 @@ influence SBT execution. Also see :doc:`Launcher`. +------------------------------+-----------+---------------------+----------------------------------------------------+ | ``xsbt.inc.debug`` | Boolean | false | | +------------------------------+-----------+---------------------+----------------------------------------------------+ +| ``sbt.extraClasspath`` | Classpath | | A list of classpath entries (jar files or | +| | Entries | | directories) that are added to sbt's classpath. | +| | | | Note that the entries are deliminted by comma, | +| | | | e.g.: ``entry1, entry2,..``. See also | +| | | | ``resources`` in the :doc:`Launcher` | +| | | | documentation. | ++------------------------------+-----------+---------------------+----------------------------------------------------+ | ``sbt.version`` | Version | 0.11.3 | sbt version to use, usually taken from | | | | | project/build.properties | +------------------------------+-----------+---------------------+----------------------------------------------------+