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 2010/03/09 01:27:23 UTC

svn commit: r920590 - in /cxf/branches/2.2.x-fixes: ./ distribution/bundle/all/pom.xml distribution/bundle/minimal/pom.xml

Author: dkulp
Date: Tue Mar  9 00:27:23 2010
New Revision: 920590

URL: http://svn.apache.org/viewvc?rev=920590&view=rev
Log:
Merged revisions 920587 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r920587 | dkulp | 2010-03-08 19:26:24 -0500 (Mon, 08 Mar 2010) | 2 lines
  
  [CXF-2696] Fix dynamic imports
  Patch from S. Ali Tokmen applied
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml
    cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
    svn:mergeinfo = /cxf/trunk:920587

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml?rev=920590&r1=920589&r2=920590&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/bundle/all/pom.xml Tue Mar  9 00:27:23 2010
@@ -254,7 +254,9 @@
                         <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
                         <Specification-Version>${pom.version}</Specification-Version>
                         <DynamicImport-Package>
+                            com.sun.xml.bind.api,
                             com.sun.xml.bind.api.*,
+                            com.sun.xml.internal.bind.api,
                             com.sun.xml.internal.bind.api.*,
                             com.ctc.wstx.*,
                             org.apache.commons.logging.*,

Modified: cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml?rev=920590&r1=920589&r2=920590&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml Tue Mar  9 00:27:23 2010
@@ -155,7 +155,9 @@
                         <Specification-Version>${pom.version}</Specification-Version>
                         <DynamicImport-Package>
                             com.ctc.wstx.*,
+                            com.sun.xml.bind.api,
                             com.sun.xml.bind.api.*,
+                            com.sun.xml.internal.bind.api,
                             com.sun.xml.internal.bind.api.*,
                             org.apache.commons.logging.*,
                             org.slf4j.*,