You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/10/11 22:19:31 UTC

svn commit: r1182066 - /cxf/trunk/services/wsn/wsn-osgi/pom.xml

Author: dkulp
Date: Tue Oct 11 20:19:30 2011
New Revision: 1182066

URL: http://svn.apache.org/viewvc?rev=1182066&view=rev
Log:
For now, add a Dynamic-Import thing so the JAX-WS spi stuff can find the
implementation... (might be bug/issue in jaxws api bundle)

Modified:
    cxf/trunk/services/wsn/wsn-osgi/pom.xml

Modified: cxf/trunk/services/wsn/wsn-osgi/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/wsn/wsn-osgi/pom.xml?rev=1182066&r1=1182065&r2=1182066&view=diff
==============================================================================
--- cxf/trunk/services/wsn/wsn-osgi/pom.xml (original)
+++ cxf/trunk/services/wsn/wsn-osgi/pom.xml Tue Oct 11 20:19:30 2011
@@ -65,6 +65,7 @@
                         <Private-Package>
                             org.apache.cxf.wsn.*
                         </Private-Package>
+                        <DynamicImport-Package>*</DynamicImport-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
                 </configuration>