You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/24 11:18:48 UTC

svn commit: r947573 - /geronimo/bundles/trunk/axiom-api/pom.xml

Author: xuhaihong
Date: Mon May 24 09:18:46 2010
New Revision: 947573

URL: http://svn.apache.org/viewvc?rev=947573&view=rev
Log:
Add a missing import package org.apache.axiom.soap.impl.llom.soap11;resolution:=optional

Modified:
    geronimo/bundles/trunk/axiom-api/pom.xml

Modified: geronimo/bundles/trunk/axiom-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/axiom-api/pom.xml?rev=947573&r1=947572&r2=947573&view=diff
==============================================================================
--- geronimo/bundles/trunk/axiom-api/pom.xml (original)
+++ geronimo/bundles/trunk/axiom-api/pom.xml Mon May 24 09:18:46 2010
@@ -107,7 +107,9 @@
                                         org.apache.axiom.om.impl.dom.factory;resolution:=optional,
                                         org.apache.axiom.soap.impl.dom.factory;resolution:=optional,
                                         org.apache.axiom.om.impl.llom.factory;resolution:=optional,
-                                        org.apache.axiom.soap.impl.llom.soap12;resolution:=optional,*</Import-Package>
+                                        org.apache.axiom.soap.impl.llom.soap11;resolution:=optional,
+                                        org.apache.axiom.soap.impl.llom.soap12;resolution:=optional,*
+                        </Import-Package>
                         <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
                     </instructions>
                 </configuration>