diff options
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",
|