Author: dkulp
Date: Wed Jun 11 08:57:16 2008
New Revision: 666721
URL: http://svn.apache.org/viewvc?rev=666721&view=rev
Log:
Merged revisions 666689 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r666689 | dkulp | 2008-06-11 10:54:31 -0400 (Wed, 11 Jun 2008) | 2 lines
Move wstx import to a dynamic import so hopefully the class.forname stuff
will work for it.
........
Modified:
cxf/branches/2.0.x-fixes/ (props changed)
cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml?rev=666721&r1=666720&r2=666721&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml Wed Jun 11 08:57:16
2008
@@ -241,8 +241,11 @@
<Specification-Title>Apache CXF</Specification-Title>
<Specification-Vendor>The Apache Software
Foundation</Specification-Vendor>
<Specification-Version>${pom.version}</Specification-Version>
+ <DynamicImport-Package>
+ com.ctc.wstx.*,
+ com.ctc.wstx.sax.*
+ </DynamicImport-Package>
<Import-Package>
- com.ctc.wstx*;resolution:=optional,
com.ibm*;resolution:=optional,
com.sun*;resolution:=optional,
javanet.staxutils*;resolution:=optional,