You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/04/12 02:28:00 UTC

cvs commit: maven/src/xsd maven-project.xsd

bwalding    2003/04/11 17:28:00

  Modified:    src/xsd  maven-project.xsd
  Log:
  Add the timezone field
  PR:MAVEN-387
  
  Revision  Changes    Path
  1.18      +2 -0      maven/src/xsd/maven-project.xsd
  
  Index: maven-project.xsd
  ===================================================================
  RCS file: /home/cvs/maven/src/xsd/maven-project.xsd,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- maven-project.xsd	11 Mar 2003 02:35:35 -0000	1.17
  +++ maven-project.xsd	12 Apr 2003 00:28:00 -0000	1.18
  @@ -152,6 +152,7 @@
           <xs:element name="organization" type='xs:string' minOccurs="0"/>
           <xs:element ref="roles" minOccurs="0" />
           <xs:element ref="url" minOccurs="0" />
  +        <xs:element ref="timezone" minOccurs="0" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
  @@ -182,6 +183,7 @@
           <xs:element name="organization" type='xs:string' minOccurs="0"/>
           <xs:element ref="roles" minOccurs="0" />
           <xs:element ref="url" minOccurs="0" />
  +        <xs:element ref="timezone" minOccurs="0" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org