akka-camel added to manifest classpath. All examples enabled.
This commit is contained in:
parent
82f411a2d6
commit
1481d1d40c
2 changed files with 5 additions and 6 deletions
|
|
@ -19,12 +19,10 @@
|
|||
|
||||
# FQN to the class doing initial active object/actor
|
||||
# supervisor bootstrap, should be defined in default constructor
|
||||
boot = ["sample.camel.Boot"]
|
||||
|
||||
# Disable other boot configurations at the moment
|
||||
#boot = ["sample.java.Boot",
|
||||
# "sample.scala.Boot",
|
||||
# "se.scalablesolutions.akka.security.samples.Boot"]
|
||||
boot = ["sample.camel.Boot",
|
||||
"sample.java.Boot",
|
||||
"sample.scala.Boot",
|
||||
"se.scalablesolutions.akka.security.samples.Boot"]
|
||||
|
||||
<actor>
|
||||
timeout = 5000 # default timeout for future based invocations
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) {
|
|||
" dist/akka-cluster-jgroups_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-rest_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-comet_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-camel_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-security_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-amqp_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
" dist/akka-patterns_%s-%s.jar".format(defScalaVersion.value, version) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue