summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2015-03-10 15:20:20 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-04-17 11:49:12 -0700
commit9ce6a9d07c84c7436a50549603e7a8908841e22d (patch)
tree5b5352bc65975f5730d9947ec2e03f1d0fdad519 /project/plugins.sbt
parente29646b0e7d3c25a73748d7d64223ebd5188db4a (diff)
downloadscala-9ce6a9d07c84c7436a50549603e7a8908841e22d.tar.gz
scala-9ce6a9d07c84c7436a50549603e7a8908841e22d.tar.bz2
scala-9ce6a9d07c84c7436a50549603e7a8908841e22d.zip
Generate shell scripts.
Shell scripts are generated with `mkBin` sbt task that calls ScalaTool. ScalaTool is defined in project/ and is a port of Ant task that lives in scala.tools.ant.ScalaTool. While porting, we've simplified the code significantly. The `mkBin` task is defined in a new subproject: dist. This subproject will become responsible for building the distribution in the future.
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000000..dc266a8db1
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
+libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.3.2" \ No newline at end of file