add akka-init-script.sh to allArtifacts in AkkaProject
This commit is contained in:
parent
19ac69fda4
commit
8c6afb5275
1 changed files with 1 additions and 0 deletions
|
|
@ -713,6 +713,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
|
||||||
mainResources +++
|
mainResources +++
|
||||||
mainDependencies.scalaJars +++
|
mainDependencies.scalaJars +++
|
||||||
descendents(info.projectPath / "scripts", "run_akka.sh") +++
|
descendents(info.projectPath / "scripts", "run_akka.sh") +++
|
||||||
|
descendents(info.projectPath / "scripts", "akka-init-script.sh") +++
|
||||||
descendents(info.projectPath / "dist", "*.jar") +++
|
descendents(info.projectPath / "dist", "*.jar") +++
|
||||||
descendents(info.projectPath / "deploy", "*.jar") +++
|
descendents(info.projectPath / "deploy", "*.jar") +++
|
||||||
descendents(path("lib") ##, "*.jar") +++
|
descendents(path("lib") ##, "*.jar") +++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue