Author: violalu
Date: Fri Jun 17 02:42:21 2011
New Revision: 1136753
URL: http://svn.apache.org/viewvc?rev=1136753&view=rev
Log:
GERONIMO-5878 Add import package org.apache.axiom.soap.impl.dom.factory to aixs2-saaj and
org.apache.axiom.om.impl.llom.factory to axis2 to make geronimo webservices pass on IBM JDK
Modified:
geronimo/bundles/trunk/axis2-saaj/pom.xml
geronimo/bundles/trunk/axis2/pom.xml
Modified: geronimo/bundles/trunk/axis2-saaj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2-saaj/pom.xml?rev=1136753&r1=1136752&r2=1136753&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2-saaj/pom.xml (original)
+++ geronimo/bundles/trunk/axis2-saaj/pom.xml Fri Jun 17 02:42:21 2011
@@ -80,6 +80,10 @@
<!--<version>2.0.1-SNAPSHOT</version>-->
<configuration>
<instructions>
+ <Import-Package>
+ org.apache.axiom.soap.impl.dom.factory,
+ *
+ </Import-Package>
<Export-Package>org.apache.axis2.saaj*;version="${pkgVersion}"</Export-Package>
<SPI-Provider>true</SPI-Provider>
<Private-Package>
Modified: geronimo/bundles/trunk/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axis2/pom.xml?rev=1136753&r1=1136752&r2=1136753&view=diff
==============================================================================
--- geronimo/bundles/trunk/axis2/pom.xml (original)
+++ geronimo/bundles/trunk/axis2/pom.xml Fri Jun 17 02:42:21 2011
@@ -274,7 +274,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Import-Package>javax.ws.rs;resolution:=optional,*</Import-Package>
+ <Import-Package>javax.ws.rs;resolution:=optional,org.apache.axiom.om.impl.llom.factory,*</Import-Package>
<Export-Package> org.apache.axis2*;version="${pkgVersion}";-split-package:=merge-first
</Export-Package>
<Embed-Dependency> *;inline=META-INF/services/**|META-INF/*.xml|*.xml|org/apache/axis2**</Embed-Dependency>
<Include-Resource>
|