diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-08 21:51:10 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-08 21:51:10 +0000 |
commit | 95912ec88ac1eb4f6f00c0fa8c76c5df8838fe3c (patch) | |
tree | 6985f11f9ba2a27aecdda99b7abb851ab13100b8 /java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF | |
parent | d8ba56c6764d782f22682189efce1416a3cf0d77 (diff) |
Use Node.getService() instead of exposing the Endpoints to the client
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782806 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF')
-rw-r--r-- | java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF b/java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF index 91603b0b44..a472877dd7 100644 --- a/java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF +++ b/java/sca/modules/sca-client-impl/META-INF/MANIFEST.MF @@ -9,10 +9,8 @@ Bnd-LastModified: 1225397189093 Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Client Impl
-Import-Package: org.apache.tuscany.sca.assembly;version="2.0.0",
- org.apache.tuscany.sca.client.impl;version="2.0.0",
+Import-Package: org.apache.tuscany.sca.client.impl;version="2.0.0",
org.apache.tuscany.sca.node;version="2.0.0",
- org.apache.tuscany.sca.node.impl;version="2.0.0",
org.oasisopen.sca;version="2.0.0",
org.oasisopen.sca.annotation;version="2.0.0";resolution:=optional,
org.oasisopen.sca.client;version="2.0.0"
|