From 8dc1def47ad9cf46fc34b44690ed0ac572cd0f17 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 11 Jan 2010 22:54:50 +0100 Subject: [PATCH] Added modules for Shoal and Tribes --- akka-cluster/akka-cluster-shoal/pom.xml | 24 ++++++++++++++++++++++++ akka-cluster/akka-cluster-tribes/pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 akka-cluster/akka-cluster-shoal/pom.xml create mode 100644 akka-cluster/akka-cluster-tribes/pom.xml diff --git a/akka-cluster/akka-cluster-shoal/pom.xml b/akka-cluster/akka-cluster-shoal/pom.xml new file mode 100644 index 0000000000..ade28e8106 --- /dev/null +++ b/akka-cluster/akka-cluster-shoal/pom.xml @@ -0,0 +1,24 @@ + + 4.0.0 + + akka-cluster-shoal + Akka Cluster Shoal Module + + jar + + + akka-cluster-parent + se.scalablesolutions.akka + 0.6 + + + + + org.glassfish + shoal + 1.1-SNAPSHOT + + + + diff --git a/akka-cluster/akka-cluster-tribes/pom.xml b/akka-cluster/akka-cluster-tribes/pom.xml new file mode 100644 index 0000000000..1eba5570d2 --- /dev/null +++ b/akka-cluster/akka-cluster-tribes/pom.xml @@ -0,0 +1,24 @@ + + 4.0.0 + + akka-cluster-tribes + Akka Cluster Tribes Module + + jar + + + akka-cluster-parent + se.scalablesolutions.akka + 0.6 + + + + + org.apache.tomcat + tribes + 6.0.20 + + + +