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 ve...@apache.org on 2010/09/30 10:53:29 UTC

svn commit: r1002967 - in /webservices/commons/trunk/modules/axiom: modules/axiom-parser-tests/ pom.xml

Author: veithen
Date: Thu Sep 30 08:53:29 2010
New Revision: 1002967

URL: http://svn.apache.org/viewvc?rev=1002967&view=rev
Log:
Removed the axiom-parser-tests module. This module was used to test compatibility with different StAX implementations. It used a "brute force" approach, which was to reexecute the entire Axiom test suite several times with different parsers. Since we now have fairly complete set of StAX dialect tests in axiom-api, we no longer need axiom-parser-tests. This should considerably reduce the build time.

Removed:
    webservices/commons/trunk/modules/axiom/modules/axiom-parser-tests/
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1002967&r1=1002966&r2=1002967&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Thu Sep 30 08:53:29 2010
@@ -531,7 +531,6 @@
         <module>modules/axiom-c14n</module>
         <module>modules/axiom-tests</module>
         <module>modules/axiom-osgi</module>
-        <module>modules/axiom-parser-tests</module>
         <module>modules/axiom-integration</module>
     </modules>
 </project>