sbt/sbt
Grzegorz Kossakowski 0f4dcaa4e8 Refine `source-dependencies/import` test.
Clarify what `source-dependencies/import` really tests by renaming
it to `source-dependencies/import-package` which better describes
the scope of that test.

Also, introduce analogous `source-dependencies/import-class` test which
tests dependency tracking on imported classes.

The reason why we should distinguish between imported packages and classes
is that incremental compiler doesn't track packages as products of source
files as it does for classes. Therefore, problem with imported classes
is much more tractable than with imported packages.
2013-03-04 07:27:45 -05:00
..
notes Convert references to harrah/xsbt to sbt/sbt 2013-01-04 17:22:40 -05:00
src Refine `source-dependencies/import` test. 2013-03-04 07:27:45 -05:00