Re-enable akka-kernel and add small sample
Created a new simple version of the microkernel for inclusion in the akka download and to be able to start working on sample applications
This commit is contained in:
parent
66e7155ef1
commit
ba9ed982ca
19 changed files with 247 additions and 531 deletions
|
|
@ -66,9 +66,8 @@ object Dist {
|
|||
val libAkka = lib / "akka"
|
||||
val src = base / "src" / "akka"
|
||||
IO.delete(unzipped)
|
||||
// TODO: re-enable bin and config dirs, and add deploy dir, when akka-kernel is enabled
|
||||
//copyFilesTo(scripts, bin, setExecutable = true)
|
||||
//IO.copyDirectory(configSources, config)
|
||||
copyFilesTo(scripts, bin, setExecutable = true)
|
||||
IO.copyDirectory(configSources, config)
|
||||
IO.copyDirectory(allSources.api, api)
|
||||
IO.copyDirectory(allSources.docs, docs)
|
||||
copyFilesTo(allSources.docJars, docJars)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue