mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Mostly working cross-compile task.
Analyzer plugin is now a proper internal phase to get around bootstrapping issues. Correctly handle source tags.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
/* sbt -- Simple Build Tool
|
||||
* Copyright 2009 Mark Harrah
|
||||
*/
|
||||
package xsbti;
|
||||
|
||||
/** Provides access to an AnalysisCallback. This is used by the plugin to
|
||||
* get the callback to use. The scalac Global instance it is passed must
|
||||
* implement this interface. */
|
||||
public interface AnalysisCallbackContainer
|
||||
{
|
||||
public AnalysisCallback analysisCallback();
|
||||
}
|
||||
Reference in New Issue
Block a user