summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 22:34:12 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-24 22:34:12 +0000
commit9860bae75651b7c31cb0a7f4a66bf702712a10db (patch)
tree43484a6d4f7abb9a60e7e01264d24e55327fe58a /java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF
parent145e23f46ab4ef566a287fa9936198be8b1a5925 (diff)
Allow the replicated map to be listened on the add/remove/update of entries
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF b/java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF
index 3d4e95d384..d5213a0116 100644
--- a/java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF
+++ b/java/sca/modules/endpoint-tribes/META-INF/MANIFEST.MF
@@ -14,8 +14,10 @@ Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
Import-Package: org.apache.catalina.tribes,
org.apache.catalina.tribes.group,
+ org.apache.catalina.tribes.io,
org.apache.catalina.tribes.membership,
org.apache.catalina.tribes.tipis,
+ org.apache.catalina.tribes.util,
org.apache.juli.logging;resolution:=optional,
org.apache.tuscany.sca.assembly;version="2.0.0",
org.apache.tuscany.sca.core;version="2.0.0",