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:
Mark Harrah
2009-09-03 23:40:47 -04:00
parent edca6620e4
commit 12c5f5a0d5
10 changed files with 135 additions and 92 deletions
@@ -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();
}