summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-05-23 13:15:46 +0000
committerLex Spoon <lex@lexspoon.org>2007-05-23 13:15:46 +0000
commite639f232ecb94feeac1ecc8dc9272bb3aef4f390 (patch)
tree5f662e151449ddb3d3bd6c79b36c651cf177bc6b
parenteeeb68228f2e253471ba81dfb71b01a910b73bd8 (diff)
downloadscala-e639f232ecb94feeac1ecc8dc9272bb3aef4f390.tar.gz
scala-e639f232ecb94feeac1ecc8dc9272bb3aef4f390.tar.bz2
scala-e639f232ecb94feeac1ecc8dc9272bb3aef4f390.zip
*** empty log message ***
-rw-r--r--src/compiler/scala/tools/nsc/plugins/PluginDescription.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/plugins/PluginDescription.scala b/src/compiler/scala/tools/nsc/plugins/PluginDescription.scala
index 4e3088b829..26ff48b9b1 100644
--- a/src/compiler/scala/tools/nsc/plugins/PluginDescription.scala
+++ b/src/compiler/scala/tools/nsc/plugins/PluginDescription.scala
@@ -13,6 +13,7 @@ abstract class PluginDescription {
* should have the same name. */
val name: String
+
/** The name of the main class for the plugin */
val classname: String