You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2011/12/22 22:36:40 UTC

svn commit: r1222469 - in /cxf/trunk/osgi/bundle: all/pom.xml jaxrs/pom.xml minimal/pom.xml

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 @@
                         <Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
                         <Export-Package>
                             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}
                         </Export-Package>
                         <_failok>true</_failok>
                         <_nouses>true</_nouses>

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 @@
                         <Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
                         <Export-Package>
                             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}
                         </Export-Package>
                         <_failok>true</_failok>
                         <_nouses>true</_nouses>

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 @@
                         <Bundle-Activator>org.apache.cxf.bus.osgi.OSGiExtensionLocator</Bundle-Activator>
                         <Export-Package>
                             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'