Author: maartenc
Date: Mon Feb 9 22:01:12 2009
New Revision: 742761
URL: http://svn.apache.org/viewvc?rev=742761&view=rev
Log:
Reverted change made for 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=742761&r1=742760&r2=742761&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 Mon
Feb 9 22:01:12 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,7 +274,6 @@
</xs:element>
</xs:sequence>
<xs:attribute name="version" type="xs:string" use="required"/>
- <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>