Author: dims
Date: Mon Jun 22 10:26:11 2009
New Revision: 787189
URL: http://svn.apache.org/viewvc?rev=787189&view=rev
Log:
fix build break till we decide on list whether to add xmlunit as a dependency -
http://markmail.org/message/blggufmbuh7kuqgj
Modified:
webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
Modified: webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml?rev=787189&r1=787188&r2=787189&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml
(original)
+++ webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH/pom.xml Mon Jun
22 10:26:11 2009
@@ -158,6 +158,9 @@
<configuration>
<source>1.3</source>
<target>1.3</target>
+ <excludes>
+
<exclude>org/apache/ws/commons/schema/tools/ReadSchemaFromURL.java</exclude>
+ </excludes>
</configuration>
</plugin>
<plugin>