Author: dkulp
Date: Tue Apr 21 19:14:32 2009
New Revision: 767263
URL: http://svn.apache.org/viewvc?rev=767263&view=rev
Log:
Comment out the msv stuff as it's not working yet and the snapshots will block
the release.
Modified:
cxf/trunk/common/pom.xml
cxf/trunk/rt/databinding/aegis/pom.xml
Modified: cxf/trunk/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/pom.xml?rev=767263&r1=767262&r2=767263&view=diff
==============================================================================
--- cxf/trunk/common/pom.xml (original)
+++ cxf/trunk/common/pom.xml Tue Apr 21 19:14:32 2009
@@ -36,8 +36,8 @@
<module>xsd</module>
<module>schemas</module>
<module>xjc</module>
- <module>wstx-msv-validation</module>
- <module>xerces-xsd-validation</module>
+ <!--module>wstx-msv-validation</module-->
+ <module>xerces-xsd-validation</module>
</modules>
<scm>
Modified: cxf/trunk/rt/databinding/aegis/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/aegis/pom.xml?rev=767263&r1=767262&r2=767263&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/aegis/pom.xml (original)
+++ cxf/trunk/rt/databinding/aegis/pom.xml Tue Apr 21 19:14:32 2009
@@ -89,12 +89,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+ <!--dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wstx-msv-validation</artifactId>
<version>${project.version}</version>
<scope>test</scope>
- </dependency>
+ </dependency-->
</dependencies>