From 9ce6a9d07c84c7436a50549603e7a8908841e22d Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 10 Mar 2015 15:20:20 -0700 Subject: 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. --- project/plugins.sbt | 1 + 1 file changed, 1 insertion(+) create mode 100644 project/plugins.sbt (limited to 'project/plugins.sbt') 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 -- cgit v1.2.3