summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/plugins/PluginComponent.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-07 11:22:41 +0000
committermichelou <michelou@epfl.ch>2007-06-07 11:22:41 +0000
commit90fed9c4846f4549099e8c0c8ce2a7683004a92f (patch)
tree3fd0b40aefd4ea99e1cd077c4e2e7710fe641ba5 /src/compiler/scala/tools/nsc/plugins/PluginComponent.scala
parentd1aed7012af7439181c4696fb33f5f4337b83684 (diff)
downloadscala-90fed9c4846f4549099e8c0c8ce2a7683004a92f.tar.gz
scala-90fed9c4846f4549099e8c0c8ce2a7683004a92f.tar.bz2
scala-90fed9c4846f4549099e8c0c8ce2a7683004a92f.zip
updated deprecated &f, updated svn:keywords
Diffstat (limited to 'src/compiler/scala/tools/nsc/plugins/PluginComponent.scala')
-rw-r--r--src/compiler/scala/tools/nsc/plugins/PluginComponent.scala10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/plugins/PluginComponent.scala b/src/compiler/scala/tools/nsc/plugins/PluginComponent.scala
index 8a4cee80f7..978358e53b 100644
--- a/src/compiler/scala/tools/nsc/plugins/PluginComponent.scala
+++ b/src/compiler/scala/tools/nsc/plugins/PluginComponent.scala
@@ -1,9 +1,15 @@
+/* NSC -- new Scala compiler
+ * Copyright 2007-2008 LAMP/EPFL
+ * @author Lex Spoon
+ */
+// $Id$
+
package scala.tools.nsc.plugins
/** A component that is part of a Plugin.
*
- * @version 1.0
- * @author Lex Spoon, 2007/5/29
+ * @author Lex Spoon
+ * @version 1.0, 2007/5/29
*/
abstract class PluginComponent extends SubComponent {
/** the phase this plugin wants to run after */