merged osgi-refactoring and sbt branch
This commit is contained in:
commit
4c76fe0009
74 changed files with 740 additions and 363 deletions
|
|
@ -94,7 +94,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
|
||||
// ------------------------------------------------------------
|
||||
// create executable jar
|
||||
override def mainClass = Some("se.scalablesolutions.akka.Main")
|
||||
override def mainClass = Some("se.scalablesolutions.akka.kernel.Main")
|
||||
|
||||
override def packageOptions =
|
||||
manifestClassPath.map(cp => ManifestAttributes((Attributes.Name.CLASS_PATH, cp))).toList :::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue