You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/09/11 16:09:56 UTC

svn commit: r1521858 - in /cxf/branches/2.7.x-fixes: ./ services/xkms/xkms-client/pom.xml services/xkms/xkms-common/pom.xml

Author: cschneider
Date: Wed Sep 11 14:09:56 2013
New Revision: 1521858

URL: http://svn.apache.org/r1521858
Log:
Using default symbolic name from maven bundle plugin

Modified:
    cxf/branches/2.7.x-fixes/   (props changed)
    cxf/branches/2.7.x-fixes/services/xkms/xkms-client/pom.xml
    cxf/branches/2.7.x-fixes/services/xkms/xkms-common/pom.xml

Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
  Merged /cxf/trunk:r1521824,1521853

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-client/pom.xml?rev=1521858&r1=1521857&r2=1521858&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-client/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-client/pom.xml Wed Sep 11 14:09:56 2013
@@ -109,6 +109,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                    	<Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName>
                         <Import-Package>
                             javax.xml.ws, <!-- To workaround issue with BindingProvider interface not visible -->
                             *

Modified: cxf/branches/2.7.x-fixes/services/xkms/xkms-common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/xkms/xkms-common/pom.xml?rev=1521858&r1=1521857&r2=1521858&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/xkms/xkms-common/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/services/xkms/xkms-common/pom.xml Wed Sep 11 14:09:56 2013
@@ -93,7 +93,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>${cxf.osgi.symbolic.name}</Bundle-SymbolicName>
                     </instructions>
                 </configuration>
             </plugin>