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:00:11 UTC

svn commit: r1058561 - /ode/branches/ode-1.3.5.x/Rakefile

Author: vanto
Date: Thu Jan 13 14:00:10 2011
New Revision: 1058561

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

Modified:
    ode/branches/ode-1.3.5.x/Rakefile

Modified: ode/branches/ode-1.3.5.x/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/Rakefile?rev=1058561&r1=1058560&r2=1058561&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/Rakefile (original)
+++ ode/branches/ode-1.3.5.x/Rakefile Thu Jan 13 14:00:10 2011
@@ -486,7 +486,6 @@ define "ode" do
         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'] = "org.apache.ode.ping"
-        bnd['-exportcontents'] = ""
         bnd['Include-Resource'] = _('src/main/resources')
       end
     end
@@ -500,7 +499,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