Author: ruwan
Date: Thu Oct 30 21:23:20 2008
New Revision: 709343
URL: http://svn.apache.org/viewvc?rev=709343&view=rev
Log:
bundle changes...
Modified:
webservices/commons/trunk/modules/transport/modules/jms/pom.xml
webservices/commons/trunk/modules/transport/modules/mail/pom.xml
Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/pom.xml?rev=709343&r1=709342&r2=709343&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/jms/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/jms/pom.xml Thu Oct 30
21:23:20 2008
@@ -53,6 +53,11 @@
<Export-Package>
org.apache.axis2.transport.jms.*;-split-package:=merge-last,
</Export-Package>
+ <Import-Package>
+ !javax.xml.namespace,
+ javax.xml.namespace; version=0.0.0,
+ *; resolution:=optional
+ </Import-Package>
</instructions>
</configuration>
</plugin>
Modified: webservices/commons/trunk/modules/transport/modules/mail/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/mail/pom.xml?rev=709343&r1=709342&r2=709343&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/mail/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/mail/pom.xml Thu Oct 30
21:23:20 2008
@@ -53,6 +53,11 @@
<Export-Package>
org.apache.axis2.transport.mail.*;-split-package:=merge-last,
</Export-Package>
+ <Import-Package>
+ !javax.xml.namespace,
+ javax.xml.namespace; version=0.0.0,
+ *; resolution:=optional
+ </Import-Package>
</instructions>
</configuration>
</plugin>