Author: cschneider
Date: Fri Jan 20 13:57:02 2012
New Revision: 1233912
URL: http://svn.apache.org/viewvc?rev=1233912&view=rev
Log:
CXF-4050 Fix Activator name
Modified:
cxf/branches/2.5.x-fixes/osgi/bundle/all/pom.xml
cxf/branches/2.5.x-fixes/osgi/bundle/jaxrs/pom.xml
cxf/branches/2.5.x-fixes/osgi/bundle/minimal/pom.xml
Modified: cxf/branches/2.5.x-fixes/osgi/bundle/all/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/bundle/all/pom.xml?rev=1233912&r1=1233911&r2=1233912&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/osgi/bundle/all/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/osgi/bundle/all/pom.xml Fri Jan 20 13:57:02 2012
@@ -375,7 +375,7 @@
javax.xml.ws*;version="[0.0,3)",
*
</Import-Package>
-
<Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
+
<Bundle-Activator>org.apache.cxf.bus.osgi.CXFActivator</Bundle-Activator>
<Export-Package>
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
'=META-INF.cxf.osgi';version=${cxf.osgi.version.clean},
Modified: cxf/branches/2.5.x-fixes/osgi/bundle/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/bundle/jaxrs/pom.xml?rev=1233912&r1=1233911&r2=1233912&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/osgi/bundle/jaxrs/pom.xml Fri Jan 20 13:57:02 2012
@@ -170,7 +170,7 @@
javax.wsdl*;resolution:=optional,
*
</Import-Package>
-
<Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
+
<Bundle-Activator>org.apache.cxf.bus.osgi.CXFActivator</Bundle-Activator>
<Export-Package>
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
'=META-INF.cxf.osgi';version=${cxf.osgi.version.clean},
Modified: cxf/branches/2.5.x-fixes/osgi/bundle/minimal/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/bundle/minimal/pom.xml?rev=1233912&r1=1233911&r2=1233912&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/osgi/bundle/minimal/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/osgi/bundle/minimal/pom.xml Fri Jan 20 13:57:02
2012
@@ -220,7 +220,7 @@
javax.xml.ws*;version="[0.0,3)",
*
</Import-Package>
-
<Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
+
<Bundle-Activator>org.apache.cxf.bus.osgi.CXFActivator</Bundle-Activator>
<Export-Package>
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
'=META-INF.cxf';version=${cxf.osgi.version.clean},