10 lines
399 B
XML
10 lines
399 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
xmlns:akka="http://akka.io/xmlns/blueprint/v1.0.0">
|
|
|
|
<akka:actor-system name="BlueprintSystem">
|
|
<akka:actor class="org.apache.servicemix.examples.akka.Listener"/>
|
|
<akka:actor class="org.apache.servicemix.examples.akka.Master"/>
|
|
</akka:actor-system>
|
|
|
|
</blueprint>
|