summaryrefslogtreecommitdiff
path: root/project/ScalaTool.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-09-02 16:34:16 -0700
committerSeth Tisue <seth@tisue.net>2016-09-02 16:53:01 -0700
commit5ecc0376f8e352a66d73153f8205d7993849c6ec (patch)
treec5b5c126682557942c6139b54e32293138af73a1 /project/ScalaTool.scala
parent170373f06250d62c25cc4899de4e3236e71c4a78 (diff)
downloadscala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.gz
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.bz2
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.zip
remove various references to Ant build
Diffstat (limited to 'project/ScalaTool.scala')
-rw-r--r--project/ScalaTool.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/ScalaTool.scala b/project/ScalaTool.scala
index 5e3f20b1ba..98e18235c4 100644
--- a/project/ScalaTool.scala
+++ b/project/ScalaTool.scala
@@ -4,8 +4,6 @@ import org.apache.commons.lang3.StringUtils.replaceEach
/**
* A class that generates a shell or batch script to execute a Scala program.
- *
- * This is a simplified copy of Ant task (see scala.tools.ant.ScalaTool).
*/
case class ScalaTool(mainClass: String,
classpath: List[String],