summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint/META-INF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 09:21:49 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 09:21:49 +0000
commit667922434cac802841b4e5d3fa5b7d3645acecb0 (patch)
treeaaf9e702463fc2f4079571e9507a91642207a3df /java/sca/modules/endpoint/META-INF
parent1495a66e88093d05af62ac85252b37ed2aee3a68 (diff)
TUSCANY-3081 - Add a pluggable local endpoint registry implementation. This replaces the implementation that is in assembly but I've left that there for the time being as I don't know if anyone is using it.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/endpoint/META-INF')
-rw-r--r--java/sca/modules/endpoint/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sca/modules/endpoint/META-INF/MANIFEST.MF b/java/sca/modules/endpoint/META-INF/MANIFEST.MF
index 2fbb0b1a69..834c83f297 100644
--- a/java/sca/modules/endpoint/META-INF/MANIFEST.MF
+++ b/java/sca/modules/endpoint/META-INF/MANIFEST.MF
@@ -21,6 +21,7 @@ Import-Package: javax.xml.stream;resolution:=optional,
org.apache.tuscany.sca.interfacedef;version="2.0.0";resolution:=optional,
org.apache.tuscany.sca.monitor;version="2.0.0";resolution:=optional,
org.apache.tuscany.sca.policy;version="2.0.0";resolution:=optional,
+ org.oasisopen.sca;version="2.0.0",
org.oasisopen.sca.annotation;version="2.0.0";resolution:=optional
Bundle-SymbolicName: org.apache.tuscany.sca.endpoint
Bundle-DocURL: http://www.apache.org/