You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2009/02/06 00:08:49 UTC

svn commit: r741337 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd

Author: maartenc
Date: Thu Feb  5 23:08:48 2009
New Revision: 741337

URL: http://svn.apache.org/viewvc?rev=741337&view=rev
Log:
Allow other attributes in the ivy-module element as well (IVY-1029).

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd?rev=741337&r1=741336&r2=741337&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/xml/ivy.xsd Thu Feb  5 23:08:48 2009
@@ -141,7 +141,7 @@
 				            	</xs:complexType>
 				      		</xs:element>
 				        </xs:sequence>
-						<xs:attribute name="defaultconf" type="xs:string"/>				  
+						<xs:attribute name="defaultconf" type="xs:string"/>				  
 			      </xs:complexType>
       		</xs:element>
       		<xs:element name="dependencies" minOccurs="0">
@@ -220,7 +220,7 @@
 						            <xs:attribute name="org" type="xs:string"/>
 						            <xs:attribute name="name" type="xs:string" use="required"/>
 						            <xs:attribute name="branch" type="xs:string"/>
-						            <xs:attribute name="branchConstraint" type="xs:string"/>
+						            <xs:attribute name="branchConstraint" type="xs:string"/>
 						            <xs:attribute name="rev" type="xs:string" use="required"/>
 						            <xs:attribute name="revConstraint" type="xs:string"/>
 						            <xs:attribute name="force" type="xs:boolean"/>
@@ -274,6 +274,7 @@
       		</xs:element>
         </xs:sequence>
         <xs:attribute name="version" type="xs:string" use="required"/>
+        <xs:anyAttribute namespace="##other" processContents="lax" />
       </xs:complexType>
   </xs:element>