#2720 - Adding OSGi manifest to testkit
This commit is contained in:
parent
6a348e3c76
commit
735b1369bb
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ object AkkaBuild extends Build {
|
|||
id = "akka-testkit",
|
||||
base = file("akka-testkit"),
|
||||
dependencies = Seq(actor),
|
||||
settings = defaultSettings ++ Seq(
|
||||
settings = defaultSettings ++ OSGi.testkit ++ Seq(
|
||||
libraryDependencies ++= Dependencies.testkit,
|
||||
initialCommands += "import akka.testkit._",
|
||||
previousArtifact := akkaPreviousArtifact("akka-testkit")
|
||||
|
|
@ -635,6 +635,8 @@ object AkkaBuild extends Build {
|
|||
|
||||
val transactor = exports(Seq("akka.transactor.*"))
|
||||
|
||||
val testkit = exports(Seq("akka.testkit.*"))
|
||||
|
||||
val zeroMQ = exports(Seq("akka.zeromq.*"))
|
||||
|
||||
def exports(packages: Seq[String] = Seq()) = osgiSettings ++ Seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue