diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 01:23:40 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-27 01:23:40 +0000 |
commit | 3635a0ee6f59980439ec043f2251d950e4ffb8a4 (patch) | |
tree | df7870b015abf1b4e6559d8045fb81293e7e7b31 /java/sca/modules/host-rmi/META-INF | |
parent | d8da679db3c406c9c56cc14d047645d0cebb7afd (diff) |
Add optional life cycle control for extension points (for example, RMI extension point needs to unexport the registry)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/host-rmi/META-INF')
-rw-r--r-- | java/sca/modules/host-rmi/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/host-rmi/META-INF/MANIFEST.MF b/java/sca/modules/host-rmi/META-INF/MANIFEST.MF index 78d9be3563..045f10a935 100644 --- a/java/sca/modules/host-rmi/META-INF/MANIFEST.MF +++ b/java/sca/modules/host-rmi/META-INF/MANIFEST.MF @@ -9,7 +9,8 @@ Bnd-LastModified: 1225397321468 Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA RMI Host Extension Point
-Import-Package: org.apache.tuscany.sca.host.rmi;version="2.0.0"
+Import-Package: org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.host.rmi;version="2.0.0"
Bundle-SymbolicName: org.apache.tuscany.sca.host.rmi
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 |