You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2011/01/13 15:03:57 UTC

svn commit: r1058565 - /ode/trunk/Rakefile

Author: vanto
Date: Thu Jan 13 14:03:56 2011
New Revision: 1058565

URL: http://svn.apache.org/viewvc?rev=1058565&view=rev
Log:
small osgi fix.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=1058565&r1=1058564&r2=1058565&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Thu Jan 13 14:03:56 2011
@@ -505,7 +505,6 @@ define "ode" do
       bnd['Bundle-Version'] = VERSION_NUMBER
       bnd['Require-Bundle'] = "org.apache.ode.ode-jbi-bundle;version=#{VERSION_NUMBER}"
       bnd['Import-Package'] = "org.apache.servicemix.cxfbc,org.apache.servicemix.common.osgi"
-      bnd['Export-Package'] = "wsdl.ode.pmapi"
       bnd['-exportcontents'] = ""
       bnd['Include-Resource'] = _('src/main/resources')
     end