You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/31 19:33:18 UTC

svn commit: r709523 - /tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF

Author: rfeng
Date: Fri Oct 31 11:33:18 2008
New Revision: 709523

URL: http://svn.apache.org/viewvc?rev=709523&view=rev
Log:
Fix bundle import package

Modified:
    tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF

Modified: tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF?rev=709523&r1=709522&r2=709523&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF (original)
+++ tuscany/branches/sca-equinox/modules/binding-rmi-runtime/META-INF/MANIFEST.MF Fri Oct 31 11:33:18 2008
@@ -12,6 +12,7 @@
 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",