You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/04/05 07:45:54 UTC

svn commit: r645032 - /webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF

Author: dims
Date: Fri Apr  4 22:45:52 2008
New Revision: 645032

URL: http://svn.apache.org/viewvc?rev=645032&view=rev
Log:
the axiom api loads these external classes using class.forName

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF?rev=645032&r1=645031&r2=645032&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/resources/META-INF/MANIFEST.MF Fri Apr  4 22:45:52 2008
@@ -10,6 +10,9 @@
  org.jaxen;resolution:=optional,
  org.jaxen.saxpath;resolution:=optional,
  org.jaxen.util;resolution:=optional,
+ 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.w3c.dom,
  org.xml.sax,
  org.xml.sax.helpers



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org