From e99fb0c93842d517b8a185458f405bace2bbb46b Mon Sep 17 00:00:00 2001 From: Vojin Jovanovic Date: Fri, 18 May 2012 17:53:05 +0200 Subject: Adding the Actor Migration Kit. Kit consists of: 1) The StashingActor which adopts an interface similar to Akka. 2) Props mockup for creating Akka like code 3) Pattern mockup 4) Test cases for every step in the migration. 5) MigrationSystem which will paired on the Akka side. Review of the code : @phaller Review of the build: @jsuereth --- build.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index b28e6141c6..4727dffbdc 100644 --- a/build.xml +++ b/build.xml @@ -682,6 +682,7 @@ QUICK BUILD (QUICK) + @@ -879,7 +880,32 @@ QUICK BUILD (QUICK) - + + + + + + + + + + + + + + + + + + + + + @@ -1083,6 +1109,9 @@ PACKED QUICK BUILD (PACK) + + + @@ -1213,6 +1242,7 @@ PACKED QUICK BUILD (PACK) + @@ -1685,6 +1715,7 @@ DOCUMENTATION + @@ -1705,6 +1736,7 @@ DOCUMENTATION docRootContent="${src.dir}/library/rootdoc.txt" implicits="on" diagrams="on"> + @@ -1901,6 +1933,7 @@ BOOTRAPING TEST AND TEST SUITE + @@ -2079,6 +2112,9 @@ DISTRIBUTION + + + @@ -2258,6 +2294,12 @@ POSITIONS + + + + + + -- cgit v1.2.3