aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-11-19 23:33:56 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:08 +0100
commitda1bfe392c638fc03181e0d6b51eb41dbdcce548 (patch)
tree328bbb0d2425a2efa0742ec915c9786de3a21402 /project
parent90d7f97a836ef57f51d274dbc0f0c66657a913ae (diff)
downloaddotty-da1bfe392c638fc03181e0d6b51eb41dbdcce548.tar.gz
dotty-da1bfe392c638fc03181e0d6b51eb41dbdcce548.tar.bz2
dotty-da1bfe392c638fc03181e0d6b51eb41dbdcce548.zip
Remove unnecessary aliases
These commands already work without defining aliases
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala4
1 files changed, 0 insertions, 4 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 0461b5886..d0281cd12 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -87,11 +87,7 @@ object DottyBuild extends Build {
dependsOn(`dotty-compiler`).
dependsOn(`dotty-library`).
settings(
- addCommandAlias("dotr", "dotty-compiler/dotr") ++
- addCommandAlias("dotc", "dotty-compiler/dotc") ++
- addCommandAlias("repl", "dotty-compiler/repl") ++
addCommandAlias("run", "dotty-compiler/run") ++
- addCommandAlias("packageAll", "dotty-compiler/packageAll") ++
addCommandAlias(
"partest",
";packageAll" +