summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@gmail.com>2012-02-22 17:54:22 +0100
committerHubert Plociniczak <hubert.plociniczak@gmail.com>2012-02-22 17:54:22 +0100
commitc470c260eb75eee37ce0abe52b0ed88880605684 (patch)
tree79f08cf8618413b2f859a4d95e212a943359ce9c /src
parent9f96227ed9dd25cbcb754fc8cbb1013d4e48badf (diff)
downloadscala-c470c260eb75eee37ce0abe52b0ed88880605684.tar.gz
scala-c470c260eb75eee37ce0abe52b0ed88880605684.tar.bz2
scala-c470c260eb75eee37ce0abe52b0ed88880605684.zip
Deprecate Refined Build Manager.
It contains bugs that we are no longer planning to work on, sbt is a recommended approach (see integration with scala-ide)
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/RefinedBuildManager.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/RefinedBuildManager.scala b/src/compiler/scala/tools/nsc/interactive/RefinedBuildManager.scala
index f251fd83fb..0539c885c2 100644
--- a/src/compiler/scala/tools/nsc/interactive/RefinedBuildManager.scala
+++ b/src/compiler/scala/tools/nsc/interactive/RefinedBuildManager.scala
@@ -22,6 +22,7 @@ import scala.tools.util.PathResolver
* changes require a compilation. It repeats this process until
* a fixpoint is reached.
*/
+@deprecated("Use sbt incremental compilation mechanism", "2.10.0")
class RefinedBuildManager(val settings: Settings) extends Changes with BuildManager {
class BuilderGlobal(settings: Settings, reporter : Reporter) extends scala.tools.nsc.Global(settings, reporter) {