Closing ticket 150

This commit is contained in:
Viktor Klang 2010-05-08 00:26:05 +02:00
parent 494e443334
commit 7460e965d4

View file

@ -337,6 +337,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
mainResources +++
mainDependencies.scalaJars +++
descendents(info.projectPath, "*.conf") +++
descendents(info.projectPath / "scripts", "run_akka.sh") +++
descendents(info.projectPath / "dist", "*.jar") +++
descendents(info.projectPath / "deploy", "*.jar") +++
descendents(path("lib") ##, "*.jar") +++