Author: xavier
Date: Fri Dec  7 20:53:02 2007
New Revision: 602319

URL: http://svn.apache.org/viewvc?rev=602319&view=rev
Log:
update on site ivy.xsd

Modified:
    ant/ivy/site/schemas/ivy.xsd

Modified: ant/ivy/site/schemas/ivy.xsd
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/schemas/ivy.xsd?rev=602319&r1=602318&r2=602319&view=diff
==============================================================================
--- ant/ivy/site/schemas/ivy.xsd (original)
+++ ant/ivy/site/schemas/ivy.xsd Fri Dec  7 20:53:02 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified">
 
        <xs:complexType name="configurations-conf">
@@ -135,7 +153,6 @@
                                                                                
    <xs:attribute name="type" type="xs:string"/>
                                                                                
    <xs:attribute name="ext" type="xs:string"/>
                                                                                
    <xs:attribute name="conf" type="xs:string"/>
-                                                                               
    <xs:attribute name="matcher" type="xs:string"/>
                                                                                
    <xs:attribute name="url" type="xs:string"/>
                                                                        
</xs:complexType>
                                                                        
</xs:element>
@@ -182,6 +199,24 @@
                                                            <xs:attribute 
name="changing" type="xs:boolean" default="false"/>
                                                            <xs:attribute 
name="transitive" type="xs:boolean" default="true"/>
                                                            <xs:attribute 
name="conf" type="xs:string"/>
+                                               </xs:complexType>
+                                               </xs:element>
+                                               <xs:element name="exclude" 
minOccurs="0" maxOccurs="unbounded">
+                                               <xs:complexType>
+                                                               <xs:sequence>
+                                                                       
<xs:element name="conf" minOccurs="0" maxOccurs="unbounded">
+                                                                       
<xs:complexType>
+                                                                               
    <xs:attribute name="name" type="xs:string" use="required"/>
+                                                                       
</xs:complexType>
+                                                                       
</xs:element>
+                                                               </xs:sequence>
+                                                           <xs:attribute 
name="org" type="xs:string"/>
+                                                           <xs:attribute 
name="module" type="xs:string"/>
+                                                           <xs:attribute 
name="artifact" type="xs:string"/>
+                                                           <xs:attribute 
name="type" type="xs:string"/>
+                                                           <xs:attribute 
name="ext" type="xs:string"/>
+                                                           <xs:attribute 
name="conf" type="xs:string"/>
+                                                           <xs:attribute 
name="matcher" type="xs:string"/>
                                                </xs:complexType>
                                                </xs:element>
                                        </xs:sequence>


Reply via email to