<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,17 +19,19 @@ import se.scalablesolutions.akka.serialization.Serializer
 import se.scalablesolutions.akka.util.Helpers.ReadWriteLock
 import se.scalablesolutions.akka.util.Logging
 
-import org.codehaus.aspectwerkz.joinpoint.{MethodRtti, JoinPoint}
 import org.codehaus.aspectwerkz.proxy.Uuid
 
 import org.multiverse.utils.ThreadLocalTransaction._
 
-sealed abstract class LifecycleMessage
+@serializable sealed abstract class LifecycleMessage
 case class Init(config: AnyRef) extends LifecycleMessage
-//case object TransactionalInit extends LifecycleMessage
 case class HotSwap(code: Option[PartialFunction[Any, Unit]]) extends LifecycleMessage
 case class Restart(reason: AnyRef) extends LifecycleMessage
 case class Exit(dead: Actor, killer: Throwable) extends LifecycleMessage
+case class Kill(killer: Actor) extends LifecycleMessage
+//case object TransactionalInit extends LifecycleMessage
+
+class ActorKilledException(val killed: Actor, val killer: Actor) extends RuntimeException(&quot;Actor [&quot; + killed + &quot;] killed by [&quot; + killer + &quot;]&quot;)
 
 sealed abstract class DispatcherType
 object DispatcherType {
@@ -610,6 +612,7 @@ trait Actor extends Logging with TransactionManagement {
     case HotSwap(code) =&gt;      _hotswap = code
     case Restart(reason) =&gt;    restart(reason)
     case Exit(dead, reason) =&gt; handleTrapExit(dead, reason)
+    case Kill(killer) =&gt;       throw new ActorKilledException(this, killer)
 //    case TransactionalInit =&gt;  initTransactionalState
   }
 
@@ -698,5 +701,5 @@ trait Actor extends Logging with TransactionManagement {
     } else message
   } else message
 
-  override def toString(): String = &quot;Actor[&quot; + uuid + &quot;:&quot; + id + &quot;]&quot;
+  override def toString(): String = &quot;Actor[&quot; + id+ &quot;:&quot; + uuid + &quot;]&quot;
 }</diff>
      <filename>akka-actors/src/main/scala/actor/Actor.scala</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ import scala.collection.mutable.HashMap
  *
  * @author &lt;a href=&quot;http://jonasboner.com&quot;&gt;Jonas Bon&amp;#233;r&lt;/a&gt;
  */
-object ActorRegistry extends Logging {
+object ActorRegistry {
   private val actorsByClassName = new HashMap[String, List[Actor]]
   private val actorsById = new HashMap[String, List[Actor]]
 </diff>
      <filename>akka-actors/src/main/scala/actor/ActorRegistry.scala</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,6 @@
     &lt;list default=&quot;true&quot; readonly=&quot;true&quot; id=&quot;188c966f-a83c-4d3a-9128-54d5a2947a12&quot; name=&quot;Default&quot; comment=&quot;&quot;&gt;
       &lt;change type=&quot;MODIFICATION&quot; beforePath=&quot;$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala&quot; afterPath=&quot;$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala&quot; /&gt;
       &lt;change type=&quot;MODIFICATION&quot; beforePath=&quot;$PROJECT_DIR$/akka-actors/src/main/scala/actor/ActorRegistry.scala&quot; afterPath=&quot;$PROJECT_DIR$/akka-actors/src/main/scala/actor/ActorRegistry.scala&quot; /&gt;
-      &lt;change type=&quot;MODIFICATION&quot; beforePath=&quot;$PROJECT_DIR$/akka.ipr&quot; afterPath=&quot;$PROJECT_DIR$/akka.ipr&quot; /&gt;
-      &lt;change type=&quot;MODIFICATION&quot; beforePath=&quot;$PROJECT_DIR$/config/storage-conf.xml&quot; afterPath=&quot;$PROJECT_DIR$/config/storage-conf.xml&quot; /&gt;
       &lt;change type=&quot;MODIFICATION&quot; beforePath=&quot;$PROJECT_DIR$/akka.iws&quot; afterPath=&quot;$PROJECT_DIR$/akka.iws&quot; /&gt;
     &lt;/list&gt;
     &lt;ignored path=&quot;akka.iws&quot; /&gt;
@@ -106,10 +104,10 @@
           &lt;/provider&gt;
         &lt;/entry&gt;
       &lt;/file&gt;
-      &lt;file leaf-file-name=&quot;Actor.scala&quot; pinned=&quot;false&quot; current=&quot;false&quot; current-in-tab=&quot;false&quot;&gt;
+      &lt;file leaf-file-name=&quot;Actor.scala&quot; pinned=&quot;false&quot; current=&quot;true&quot; current-in-tab=&quot;true&quot;&gt;
         &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala&quot;&gt;
           &lt;provider selected=&quot;true&quot; editor-type-id=&quot;text-editor&quot;&gt;
-            &lt;state line=&quot;577&quot; column=&quot;25&quot; selection-start=&quot;21791&quot; selection-end=&quot;21791&quot; vertical-scroll-proportion=&quot;0.0&quot;&gt;
+            &lt;state line=&quot;0&quot; column=&quot;0&quot; selection-start=&quot;0&quot; selection-end=&quot;0&quot; vertical-scroll-proportion=&quot;-0.07692308&quot;&gt;
               &lt;folding /&gt;
             &lt;/state&gt;
           &lt;/provider&gt;
@@ -133,15 +131,6 @@
           &lt;/provider&gt;
         &lt;/entry&gt;
       &lt;/file&gt;
-      &lt;file leaf-file-name=&quot;ActorRegistry.scala&quot; pinned=&quot;false&quot; current=&quot;true&quot; current-in-tab=&quot;true&quot;&gt;
-        &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/ActorRegistry.scala&quot;&gt;
-          &lt;provider selected=&quot;true&quot; editor-type-id=&quot;text-editor&quot;&gt;
-            &lt;state line=&quot;16&quot; column=&quot;52&quot; selection-start=&quot;461&quot; selection-end=&quot;461&quot; vertical-scroll-proportion=&quot;0.1957672&quot;&gt;
-              &lt;folding /&gt;
-            &lt;/state&gt;
-          &lt;/provider&gt;
-        &lt;/entry&gt;
-      &lt;/file&gt;
     &lt;/leaf&gt;
   &lt;/component&gt;
   &lt;component name=&quot;FindManager&quot;&gt;
@@ -228,32 +217,6 @@
       &lt;sortByType /&gt;
     &lt;/navigator&gt;
     &lt;panes&gt;
-      &lt;pane id=&quot;Scope&quot;&gt;
-        &lt;subPane subId=&quot;Problems&quot;&gt;
-          &lt;PATH&gt;
-            &lt;PATH_ELEMENT USER_OBJECT=&quot;Root&quot;&gt;
-              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
-              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
-            &lt;/PATH_ELEMENT&gt;
-            &lt;PATH_ELEMENT USER_OBJECT=&quot;akka-fun-test-java&quot;&gt;
-              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
-              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
-            &lt;/PATH_ELEMENT&gt;
-            &lt;PATH_ELEMENT USER_OBJECT=&quot;akka-fun-test-java&quot;&gt;
-              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
-              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
-            &lt;/PATH_ELEMENT&gt;
-            &lt;PATH_ELEMENT USER_OBJECT=&quot;src/test/java&quot;&gt;
-              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
-              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
-            &lt;/PATH_ELEMENT&gt;
-            &lt;PATH_ELEMENT USER_OBJECT=&quot;se/scalablesolutions/akka/api&quot;&gt;
-              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
-              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
-            &lt;/PATH_ELEMENT&gt;
-          &lt;/PATH&gt;
-        &lt;/subPane&gt;
-      &lt;/pane&gt;
       &lt;pane id=&quot;ProjectPane&quot;&gt;
         &lt;subPane&gt;
           &lt;PATH&gt;
@@ -664,26 +627,52 @@
           &lt;/PATH&gt;
         &lt;/subPane&gt;
       &lt;/pane&gt;
+      &lt;pane id=&quot;Scope&quot;&gt;
+        &lt;subPane subId=&quot;Problems&quot;&gt;
+          &lt;PATH&gt;
+            &lt;PATH_ELEMENT USER_OBJECT=&quot;Root&quot;&gt;
+              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
+              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
+            &lt;/PATH_ELEMENT&gt;
+            &lt;PATH_ELEMENT USER_OBJECT=&quot;akka-fun-test-java&quot;&gt;
+              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
+              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
+            &lt;/PATH_ELEMENT&gt;
+            &lt;PATH_ELEMENT USER_OBJECT=&quot;akka-fun-test-java&quot;&gt;
+              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
+              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
+            &lt;/PATH_ELEMENT&gt;
+            &lt;PATH_ELEMENT USER_OBJECT=&quot;src/test/java&quot;&gt;
+              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
+              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
+            &lt;/PATH_ELEMENT&gt;
+            &lt;PATH_ELEMENT USER_OBJECT=&quot;se/scalablesolutions/akka/api&quot;&gt;
+              &lt;option name=&quot;myItemId&quot; value=&quot;&quot; /&gt;
+              &lt;option name=&quot;myItemType&quot; value=&quot;&quot; /&gt;
+            &lt;/PATH_ELEMENT&gt;
+          &lt;/PATH&gt;
+        &lt;/subPane&gt;
+      &lt;/pane&gt;
+      &lt;pane id=&quot;Favorites&quot; /&gt;
       &lt;pane id=&quot;PackagesPane&quot;&gt;
         &lt;subPane /&gt;
       &lt;/pane&gt;
-      &lt;pane id=&quot;Favorites&quot; /&gt;
     &lt;/panes&gt;
   &lt;/component&gt;
   &lt;component name=&quot;PropertiesComponent&quot;&gt;
-    &lt;property name=&quot;GoToClass.includeJavaFiles&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;project.structure.proportion&quot; value=&quot;0.15&quot; /&gt;
+    &lt;property name=&quot;GoToClass.includeJavaFiles&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;MemberChooser.copyJavadoc&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatOrder2&quot; value=&quot;2&quot; /&gt;
-    &lt;property name=&quot;options.splitter.main.proportions&quot; value=&quot;0.3&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeOrder2&quot; value=&quot;2&quot; /&gt;
+    &lt;property name=&quot;options.splitter.main.proportions&quot; value=&quot;0.3&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeWidth3&quot; value=&quot;924&quot; /&gt;
     &lt;property name=&quot;GoToFile.includeJavaFiles&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth0&quot; value=&quot;113&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeWidth2&quot; value=&quot;130&quot; /&gt;
-    &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth2&quot; value=&quot;133&quot; /&gt;
-    &lt;property name=&quot;GoToClass.includeLibraries&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;options.splitter.details.proportions&quot; value=&quot;0.2&quot; /&gt;
+    &lt;property name=&quot;GoToClass.includeLibraries&quot; value=&quot;false&quot; /&gt;
+    &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth2&quot; value=&quot;133&quot; /&gt;
     &lt;property name=&quot;MemberChooser.showClasses&quot; value=&quot;true&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatOrder0&quot; value=&quot;0&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatOrder3&quot; value=&quot;3&quot; /&gt;
@@ -695,13 +684,13 @@
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeOrder0&quot; value=&quot;0&quot; /&gt;
     &lt;property name=&quot;RunManagerConfig.showSettingsBeforeRunnig&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;project.structure.last.edited&quot; value=&quot;Modules&quot; /&gt;
-    &lt;property name=&quot;MemberChooser.sorted&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;options.searchVisible&quot; value=&quot;true&quot; /&gt;
+    &lt;property name=&quot;MemberChooser.sorted&quot; value=&quot;false&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeOrder1&quot; value=&quot;1&quot; /&gt;
     &lt;property name=&quot;recentsLimit&quot; value=&quot;5&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_treeWidth1&quot; value=&quot;162&quot; /&gt;
-    &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth3&quot; value=&quot;928&quot; /&gt;
     &lt;property name=&quot;dynamic.classpath&quot; value=&quot;false&quot; /&gt;
+    &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth3&quot; value=&quot;928&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatWidth1&quot; value=&quot;166&quot; /&gt;
     &lt;property name=&quot;FileHistory.git4idea.history.GitHistoryProvider_flatOrder1&quot; value=&quot;1&quot; /&gt;
   &lt;/component&gt;
@@ -857,14 +846,6 @@
         &lt;option name=&quot;Maven.BeforeRunTask&quot; enabled=&quot;false&quot; /&gt;
       &lt;/method&gt;
     &lt;/configuration&gt;
-    &lt;configuration default=&quot;true&quot; type=&quot;FlexUnitRunConfigurationType&quot; factoryName=&quot;FlexUnit&quot; air_descriptor_path=&quot;&quot; air_program_params=&quot;&quot; air_publisher_id=&quot;&quot; air_root_dir_path=&quot;&quot; class_name=&quot;&quot; html_or_swf_file_path=&quot;&quot; main_class_name=&quot;&quot; method_name=&quot;&quot; module_name=&quot;&quot; output_log_level=&quot;&quot; package_name=&quot;&quot; port=&quot;0&quot; run_mode=&quot;HtmlOrSwfFile&quot; scope=&quot;Class&quot; socket_policy_port=&quot;0&quot; url_to_launch=&quot;http://&quot;&gt;
-      &lt;method&gt;
-        &lt;option name=&quot;AntTarget&quot; enabled=&quot;false&quot; /&gt;
-        &lt;option name=&quot;BuildArtifacts&quot; enabled=&quot;false&quot; /&gt;
-        &lt;option name=&quot;Make&quot; enabled=&quot;true&quot; /&gt;
-        &lt;option name=&quot;Maven.BeforeRunTask&quot; enabled=&quot;false&quot; /&gt;
-      &lt;/method&gt;
-    &lt;/configuration&gt;
     &lt;configuration default=&quot;true&quot; type=&quot;TestNG&quot; factoryName=&quot;TestNG&quot; enabled=&quot;false&quot; merge=&quot;false&quot; runner=&quot;emma&quot;&gt;
       &lt;module name=&quot;&quot; /&gt;
       &lt;option name=&quot;ALTERNATIVE_JRE_PATH_ENABLED&quot; value=&quot;false&quot; /&gt;
@@ -896,6 +877,14 @@
         &lt;option name=&quot;Maven.BeforeRunTask&quot; enabled=&quot;false&quot; /&gt;
       &lt;/method&gt;
     &lt;/configuration&gt;
+    &lt;configuration default=&quot;true&quot; type=&quot;FlexUnitRunConfigurationType&quot; factoryName=&quot;FlexUnit&quot; air_descriptor_path=&quot;&quot; air_program_params=&quot;&quot; air_publisher_id=&quot;&quot; air_root_dir_path=&quot;&quot; class_name=&quot;&quot; html_or_swf_file_path=&quot;&quot; main_class_name=&quot;&quot; method_name=&quot;&quot; module_name=&quot;&quot; output_log_level=&quot;&quot; package_name=&quot;&quot; port=&quot;0&quot; run_mode=&quot;HtmlOrSwfFile&quot; scope=&quot;Class&quot; socket_policy_port=&quot;0&quot; url_to_launch=&quot;http://&quot;&gt;
+      &lt;method&gt;
+        &lt;option name=&quot;AntTarget&quot; enabled=&quot;false&quot; /&gt;
+        &lt;option name=&quot;BuildArtifacts&quot; enabled=&quot;false&quot; /&gt;
+        &lt;option name=&quot;Make&quot; enabled=&quot;true&quot; /&gt;
+        &lt;option name=&quot;Maven.BeforeRunTask&quot; enabled=&quot;false&quot; /&gt;
+      &lt;/method&gt;
+    &lt;/configuration&gt;
     &lt;configuration default=&quot;true&quot; type=&quot;JUnit&quot; factoryName=&quot;JUnit&quot; enabled=&quot;false&quot; merge=&quot;false&quot; runner=&quot;emma&quot;&gt;
       &lt;module name=&quot;&quot; /&gt;
       &lt;option name=&quot;ALTERNATIVE_JRE_PATH_ENABLED&quot; value=&quot;false&quot; /&gt;
@@ -1165,6 +1154,7 @@
       &lt;window_info id=&quot;Web&quot; active=&quot;false&quot; anchor=&quot;left&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;2&quot; side_tool=&quot;true&quot; /&gt;
       &lt;window_info id=&quot;TODO&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;6&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Project&quot; active=&quot;false&quot; anchor=&quot;left&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;true&quot; weight=&quot;0.17893218&quot; sideWeight=&quot;0.7020295&quot; order=&quot;0&quot; side_tool=&quot;false&quot; /&gt;
+      &lt;window_info id=&quot;Find&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.2915129&quot; sideWeight=&quot;0.5&quot; order=&quot;1&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Structure&quot; active=&quot;false&quot; anchor=&quot;left&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.25&quot; sideWeight=&quot;0.5&quot; order=&quot;1&quot; side_tool=&quot;true&quot; /&gt;
       &lt;window_info id=&quot;Dependency Viewer&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;7&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Palette&quot; active=&quot;false&quot; anchor=&quot;right&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;4&quot; side_tool=&quot;false&quot; /&gt;
@@ -1177,7 +1167,6 @@
       &lt;window_info id=&quot;Version Control&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.32908162&quot; sideWeight=&quot;0.5&quot; order=&quot;11&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Web Preview&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;10&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Message&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.33&quot; sideWeight=&quot;0.5&quot; order=&quot;0&quot; side_tool=&quot;false&quot; /&gt;
-      &lt;window_info id=&quot;Find&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.2915129&quot; sideWeight=&quot;0.5&quot; order=&quot;1&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Messages&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.32564574&quot; sideWeight=&quot;0.5&quot; order=&quot;12&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Inspection&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.4&quot; sideWeight=&quot;0.5&quot; order=&quot;5&quot; side_tool=&quot;false&quot; /&gt;
       &lt;window_info id=&quot;Cvs&quot; active=&quot;false&quot; anchor=&quot;bottom&quot; auto_hide=&quot;false&quot; internal_type=&quot;DOCKED&quot; type=&quot;DOCKED&quot; visible=&quot;false&quot; weight=&quot;0.25&quot; sideWeight=&quot;0.5&quot; order=&quot;4&quot; side_tool=&quot;false&quot; /&gt;
@@ -1278,9 +1267,9 @@
         &lt;state line=&quot;0&quot; column=&quot;0&quot; selection-start=&quot;0&quot; selection-end=&quot;0&quot; vertical-scroll-proportion=&quot;0.0&quot; /&gt;
       &lt;/provider&gt;
     &lt;/entry&gt;
-    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/stm/Transaction.scala&quot;&gt;
+    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/ActorRegistry.scala&quot;&gt;
       &lt;provider selected=&quot;true&quot; editor-type-id=&quot;text-editor&quot;&gt;
-        &lt;state line=&quot;167&quot; column=&quot;0&quot; selection-start=&quot;6138&quot; selection-end=&quot;6138&quot; vertical-scroll-proportion=&quot;0.0&quot;&gt;
+        &lt;state line=&quot;15&quot; column=&quot;20&quot; selection-start=&quot;390&quot; selection-end=&quot;390&quot; vertical-scroll-proportion=&quot;0.32671958&quot;&gt;
           &lt;folding /&gt;
         &lt;/state&gt;
       &lt;/provider&gt;
@@ -1292,16 +1281,16 @@
         &lt;/state&gt;
       &lt;/provider&gt;
     &lt;/entry&gt;
-    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala&quot;&gt;
+    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/stm/Transaction.scala&quot;&gt;
       &lt;provider selected=&quot;true&quot; editor-type-id=&quot;text-editor&quot;&gt;
-        &lt;state line=&quot;577&quot; column=&quot;25&quot; selection-start=&quot;21791&quot; selection-end=&quot;21791&quot; vertical-scroll-proportion=&quot;0.0&quot;&gt;
+        &lt;state line=&quot;167&quot; column=&quot;0&quot; selection-start=&quot;6138&quot; selection-end=&quot;6138&quot; vertical-scroll-proportion=&quot;0.0&quot;&gt;
           &lt;folding /&gt;
         &lt;/state&gt;
       &lt;/provider&gt;
     &lt;/entry&gt;
-    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/ActorRegistry.scala&quot;&gt;
+    &lt;entry file=&quot;file://$PROJECT_DIR$/akka-actors/src/main/scala/actor/Actor.scala&quot;&gt;
       &lt;provider selected=&quot;true&quot; editor-type-id=&quot;text-editor&quot;&gt;
-        &lt;state line=&quot;16&quot; column=&quot;52&quot; selection-start=&quot;461&quot; selection-end=&quot;461&quot; vertical-scroll-proportion=&quot;0.1957672&quot;&gt;
+        &lt;state line=&quot;0&quot; column=&quot;0&quot; selection-start=&quot;0&quot; selection-end=&quot;0&quot; vertical-scroll-proportion=&quot;-0.07692308&quot;&gt;
           &lt;folding /&gt;
         &lt;/state&gt;
       &lt;/provider&gt;</diff>
      <filename>akka.iws</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>317c5c9c53779eb5837c84aae0a3c17ca1f72a2d</id>
    </parent>
  </parents>
  <author>
    <name>jboner</name>
    <email>jboner@109-dynamic.2005275.venues.thecloud.net</email>
  </author>
  <url>http://github.com/jboner/akka/commit/927936da6816993e51742ffa182fc025ddecc149</url>
  <id>927936da6816993e51742ffa182fc025ddecc149</id>
  <committed-date>2009-11-02T11:52:46-08:00</committed-date>
  <authored-date>2009-11-02T11:52:46-08:00</authored-date>
  <message>added the ability to kill another actor</message>
  <tree>09e038355c77b849cd61231de5ea1a37cfd1e416</tree>
  <committer>
    <name>jboner</name>
    <email>jboner@109-dynamic.2005275.venues.thecloud.net</email>
  </committer>
</commit>
