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 2009/10/27 17:51:39 UTC

svn commit: r830247 - in /cxf/trunk/distribution/bundle: all/pom.xml jaxrs/pom.xml minimal/pom.xml

Author: dkulp
Date: Tue Oct 27 16:51:39 2009
New Revision: 830247

URL: http://svn.apache.org/viewvc?rev=830247&view=rev
Log:
Add dyn-imports for the slf4j and commons-logging stuff we'll use to
detect logging impl

Modified:
    cxf/trunk/distribution/bundle/all/pom.xml
    cxf/trunk/distribution/bundle/jaxrs/pom.xml
    cxf/trunk/distribution/bundle/minimal/pom.xml

Modified: cxf/trunk/distribution/bundle/all/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=830247&r1=830246&r2=830247&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/all/pom.xml (original)
+++ cxf/trunk/distribution/bundle/all/pom.xml Tue Oct 27 16:51:39 2009
@@ -278,7 +278,10 @@
                         <DynamicImport-Package>
                             com.sun.xml.bind.api.*,
                             com.sun.xml.internal.bind.api.*,
-                            com.ctc.wstx.*
+                            com.ctc.wstx.*,
+                            org.apache.commons.logging.*,
+                            org.slf4j.*,
+                            org.slf4j.impl.*
                         </DynamicImport-Package>
                         <Import-Package>
                             !org.apache.cxf.*,

Modified: cxf/trunk/distribution/bundle/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/pom.xml?rev=830247&r1=830246&r2=830247&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/distribution/bundle/jaxrs/pom.xml Tue Oct 27 16:51:39 2009
@@ -119,7 +119,10 @@
                         <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
                         <Specification-Version>${pom.version}</Specification-Version>
                         <DynamicImport-Package>
-                            com.ctc.wstx.*
+                            com.ctc.wstx.*,
+                            org.apache.commons.logging.*,
+                            org.slf4j.*,
+                            org.slf4j.impl.*
                         </DynamicImport-Package>
                         <Import-Package>
                             !org.apache.cxf.*,

Modified: cxf/trunk/distribution/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=830247&r1=830246&r2=830247&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/pom.xml (original)
+++ cxf/trunk/distribution/bundle/minimal/pom.xml Tue Oct 27 16:51:39 2009
@@ -160,7 +160,10 @@
                         <DynamicImport-Package>
                             com.ctc.wstx.*,
                             com.sun.xml.bind.api.*,
-                            com.sun.xml.internal.bind.api.*
+                            com.sun.xml.internal.bind.api.*,
+                            org.apache.commons.logging.*,
+                            org.slf4j.*,
+                            org.slf4j.impl.*
                         </DynamicImport-Package>
                         <Import-Package>
                             !org.apache.cxf.*,