summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorStefan Zeiger <szeiger@novocode.com>2016-03-08 14:29:11 +0100
committerStefan Zeiger <szeiger@novocode.com>2016-03-17 18:55:03 +0100
commit696784054a5e3e39096f395b4757a0e466b37672 (patch)
tree9bd772d657e23e43eeb0a49d0bfbac089315dc49 /project
parent99a82be91cbb85239f70508f6695c6b21fd3558c (diff)
downloadscala-696784054a5e3e39096f395b4757a0e466b37672.tar.gz
scala-696784054a5e3e39096f395b4757a0e466b37672.tar.bz2
scala-696784054a5e3e39096f395b4757a0e466b37672.zip
Add a `genprod` command to the sbt build
Diffstat (limited to 'project')
-rw-r--r--project/build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/build.sbt b/project/build.sbt
new file mode 100644
index 0000000000..b19238f577
--- /dev/null
+++ b/project/build.sbt
@@ -0,0 +1,2 @@
+// Add genprod to the build; It should be moved from `src/build` to `project` once the ANT build is gone
+sources in Compile += ((baseDirectory).value.getParentFile / "src" / "build" / "genprod.scala")