diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-31 18:33:18 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-31 18:33:18 +0000 |
commit | 08d73adf4616a68f6f50e1402b18f046cbb69e4a (patch) | |
tree | 55b125e0cdb39d74352bd9428ab7ef07496c3de7 /branches/sca-equinox/modules | |
parent | 346fae9ef5ce77270b4190f99f7b823e92d2e40e (diff) |
Fix bundle import package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r-- | branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF b/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF index 0a808d011f..02aa4127e5 100644 --- a/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF +++ b/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF @@ -12,6 +12,7 @@ Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-Description: Apache Tuscany SCA RMI Binding Extension
Import-Package: junit.framework;resolution:=optional,
net.sf.cglib.asm,
+ net.sf.cglib.core,
net.sf.cglib.proxy,
org.apache.tuscany.sca.assembly;version="1.4",
org.apache.tuscany.sca.binding.rmi;version="1.4",
|