Author: ay
Date: Thu Dec 22 21:36:40 2011
New Revision: 1222469
URL: http://svn.apache.org/viewvc?rev=1222469&view=rev
Log:
specifying cxf version for META-INF.cxf* exports
Modified:
cxf/trunk/osgi/bundle/all/pom.xml
cxf/trunk/osgi/bundle/jaxrs/pom.xml
cxf/trunk/osgi/bundle/minimal/pom.xml
Modified: cxf/trunk/osgi/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/all/pom.xml?rev=1222469&r1=1222468&r2=1222469&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/all/pom.xml (original)
+++ cxf/trunk/osgi/bundle/all/pom.xml Thu Dec 22 21:36:40 2011
@@ -378,8 +378,8 @@
org.apache.cxf.bus.osgi.OSGiExtensionLocator
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
- '=META-INF.cxf.osgi',
- '=META-INF.cxf'
+ '=META-INF.cxf.osgi';version=${cxf.osgi.version.clean},
+ '=META-INF.cxf';version=${cxf.osgi.version.clean}
<_failok>true
<_nouses>true
Modified: cxf/trunk/osgi/bundle/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/jaxrs/pom.xml?rev=1222469&r1=1222468&r2=1222469&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/osgi/bundle/jaxrs/pom.xml Thu Dec 22 21:36:40 2011
@@ -173,8 +173,8 @@
org.apache.cxf.bus.osgi.OSGiExtensionLocator
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
- '=META-INF.cxf.osgi',
- '=META-INF.cxf'
+ '=META-INF.cxf.osgi';version=${cxf.osgi.version.clean},
+ '=META-INF.cxf';version=${cxf.osgi.version.clean}
<_failok>true
<_nouses>true
Modified: cxf/trunk/osgi/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/minimal/pom.xml?rev=1222469&r1=1222468&r2=1222469&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/minimal/pom.xml (original)
+++ cxf/trunk/osgi/bundle/minimal/pom.xml Thu Dec 22 21:36:40 2011
@@ -223,8 +223,8 @@
org.apache.cxf.bus.osgi.OSGiExtensionLocator
org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first,
- '=META-INF.cxf',
- '=META-INF.cxf.osgi',
+ '=META-INF.cxf';version=${cxf.osgi.version.clean},
+ '=META-INF.cxf.osgi';version=${cxf.osgi.version.clean},
'=schemas',
'=schemas.configuration',
'=schemas.wsdl'