You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/15 05:53:21 UTC

svn commit: r321282 - /maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd

Author: ltheussl
Date: Fri Oct 14 20:53:18 2005
New Revision: 321282

URL: http://svn.apache.org/viewcvs?rev=321282&view=rev
Log:
Allow empty <developers/> and <contributors/>

Modified:
    maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd

Modified: maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd?rev=321282&r1=321281&r2=321282&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd (original)
+++ maven/maven-1/plugins/trunk/pom/src/plugin-resources/xsd/pom-strict-3.xsd Fri Oct 14 20:53:18 2005
@@ -294,7 +294,7 @@
 
         <xs:complexType>
           <xs:sequence>
-            <xs:element maxOccurs="unbounded" name="developer"
+            <xs:element minOccurs="0" maxOccurs="unbounded" name="developer"
                         type="Developer"/>
           </xs:sequence>
         </xs:complexType>
@@ -312,7 +312,7 @@
 
         <xs:complexType>
           <xs:sequence>
-            <xs:element maxOccurs="unbounded" name="contributor"
+            <xs:element minOccurs="0" maxOccurs="unbounded" name="contributor"
                         type="Contributor"/>
           </xs:sequence>
         </xs:complexType>