summaryrefslogtreecommitdiff
path: root/project/build.sbt
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/build.sbt
parent170373f06250d62c25cc4899de4e3236e71c4a78 (diff)
downloadscala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.gz
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.tar.bz2
scala-5ecc0376f8e352a66d73153f8205d7993849c6ec.zip
remove various references to Ant build
Diffstat (limited to 'project/build.sbt')
-rw-r--r--project/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/build.sbt b/project/build.sbt
index b19238f577..a604896ded 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -1,2 +1,2 @@
-// Add genprod to the build; It should be moved from `src/build` to `project` once the ANT build is gone
+// Add genprod to the build; It should be moved from `src/build` to `project` now that the Ant build is gone
sources in Compile += ((baseDirectory).value.getParentFile / "src" / "build" / "genprod.scala")