Merge pull request #813 from akka/wip-2635-√
#2635 - Removing Akka OSGi modules out of the dist, they should be opt-i...
This commit is contained in:
commit
91e3fb339a
1 changed files with 1 additions and 1 deletions
|
|
@ -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._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue