From a7cce179600cbc1195faf6f935f72929612fce74 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Thu, 18 Oct 2012 15:12:42 +0200 Subject: [PATCH] #2635 - Removing Akka OSGi modules out of the dist, they should be opt-in --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 9a59cde844..152b41fcf5 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -42,7 +42,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, samples.id), + Dist.distExclude := Seq(actorTests.id, akkaSbtPlugin.id, docs.id, samples.id, osgi.id, osgiAries.id), initialCommands in ThisBuild := """|import language.postfixOps |import akka.actor._