sbt/compile
Grzegorz Kossakowski 025eae9103 Log API diffs using ShowAPI and java-diff-utils library.
Implement displaying API changes by using textual representation
of an API (ShowAPI) and good, old textual diff algorithm. We are
using java-diff-utils library that is distributed under Apache 2.0
license.

Notice that we have only soft dependency on java-diff-utils. It means
that we'll try to lookup java-diff-utils class through reflection
and fail gracefully if none is found on the classpath. This way
sbt is not getting any new dependency. If user needs to debug
api diffs then it's matter of starting sbt with
`-Dsbt.extraClasspath=path/to/diffutils.jar` option passed
to sbt launcher.
2013-06-25 00:04:39 -07:00
..
api allow java varargs main 2013-06-16 15:47:47 -04:00
inc Log API diffs using ShowAPI and java-diff-utils library. 2013-06-25 00:04:39 -07:00
integration/src/main/scala/sbt/compiler extract public inherited dependencies from Java class files 2013-05-01 17:54:10 -04:00
interface Merge ExtendedReporter into Reporter. 2013-05-27 19:12:39 -04:00
ivy/src/main/scala/sbt/compiler Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
persist Record and persist public inheritance dependencies. 2013-04-26 22:35:27 -04:00
src/main/scala/sbt Merge ExtendedReporter into Reporter. 2013-05-27 19:12:39 -04:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00