Add `sbt.extraClasspath` to command line reference.

This commit is contained in:
Grzegorz Kossakowski 2013-06-26 10:17:49 -07:00
parent 59343313f1
commit 248a5ccb15
1 changed files with 7 additions and 0 deletions

View File

@ -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 |
+------------------------------+-----------+---------------------+----------------------------------------------------+