sbt/launch
Grzegorz Kossakowski f426f8ba7f Allow an empty string as a default in variable substitution.
Lanucher configuration parser would previously require a default
value in variable substitution pattern to be non-empty string.
This is an unnecessary restriction as empty value is sometimes
useful as in this example:

  resources: ${sbt.extraClasspath-}

This commit lifts this restriction so empty default values are
allowed. The change has been discussed with @harrah.
2013-06-24 15:04:57 -07:00
..
interface Fixes #706 - Binary Compatibility lost in Launcher. 2013-03-12 13:04:24 -04:00
src Allow an empty string as a default in variable substitution. 2013-06-24 15:04:57 -07:00
test-sample/src/main/scala/xsbt/boot/test Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
NOTICE remove JLine from the launcher 2013-02-26 09:27:56 -05:00