sbt/util
Grzegorz Kossakowski fea18a4fbe Remove AnalysisCallback.{beginSource, endSource} methods.
As pointed out by @harrah in #705, both beginSource and endSource are
not used in sbt internally for anything meaningful.

We've discussed an option of deprecating those methods but since they
are not doing anything meaningful Mark prefers to have compile-time
error in case somebody implements or calls those methods. I agree with
that hence removal.
2013-10-24 16:44:45 +02:00
..
appmacro/src/main/scala/sbt/appmacro specify explicit type to work around 2.11 volatile override error 2013-07-18 22:38:16 -04:00
classfile Remove AnalysisCallback.{beginSource, endSource} methods. 2013-10-24 16:44:45 +02:00
classpath More API docs for the classpath module 2013-08-16 14:22:14 -04:00
collection shortcut heterogeneous AList to KList.toList 2013-10-23 09:46:43 -04:00
complete API docs for Parser(s). 2013-08-16 14:22:14 -04:00
control Silence boring Eclipse warnings: catching all exceptions 2013-01-22 09:05:15 -05:00
cross/src/main/input_sources -Xlint 2013-02-04 17:30:31 -05:00
datatype Add equals/hashCode to generated API datatype classes. 2013-10-11 15:52:23 -07:00
io Deprecate some methods replaced by PathFinder.pair 2013-10-17 15:00:48 -04:00
log TrapExit support for multiple, concurrent managed applications. Fixes #831. 2013-10-02 09:13:45 -04:00
process The Process methods that are redirection-like should not discard the exit code of the input. 2013-09-19 12:38:16 -04:00
relation/src Test for Analysis split/merge. 2013-10-17 11:56:10 -07:00