From 035770c4d9b522a00851d6d24febe3d2e3923a85 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 18 Sep 2012 12:08:28 +0200 Subject: [PATCH] #2492 - Dropping the samples from the dist, still published though. --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 8b9e7e35d9..4c02878eac 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -36,7 +36,7 @@ object AkkaBuild extends Build { parallelExecution in GlobalScope := System.getProperty("akka.parallelExecution", "false").toBoolean, Publish.defaultPublishTo in ThisBuild <<= crossTarget / "repository", Unidoc.unidocExclude := Seq(samples.id), - Dist.distExclude := Seq(actorTests.id, akkaSbtPlugin.id, docs.id), + Dist.distExclude := Seq(actorTests.id, akkaSbtPlugin.id, docs.id, samples.id), initialCommands in ThisBuild := """|import language.postfixOps |import akka.actor._