mirror of https://github.com/sbt/sbt.git
Jason's patch to work with latest changes to CompilerCommand
This commit is contained in:
parent
b0f4d982ac
commit
1b8fb9a3e5
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2008, 2009, 2010 Mark Harrah
|
Copyright (c) 2008, 2009, 2010 Mark Harrah, Jason Zaugg
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
||||||
2
NOTICE
2
NOTICE
|
|
@ -1,5 +1,5 @@
|
||||||
Simple Build Tool (xsbt)
|
Simple Build Tool (xsbt)
|
||||||
Copyright 2008, 2009, 2010 Mark Harrah
|
Copyright 2008, 2009, 2010 Mark Harrah, Jason Zaugg
|
||||||
Licensed under BSD-style license (see LICENSE)
|
Licensed under BSD-style license (see LICENSE)
|
||||||
|
|
||||||
Portions based on code from the Scala compiler. Portions of the Scala
|
Portions based on code from the Scala compiler. Portions of the Scala
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue