ant-ivy git commit: release the ivy.xsd

2018-04-12 Thread hibou
Repository: ant-ivy
Updated Branches:
  refs/heads/2.5.x [created] 887fd46f3


release the ivy.xsd


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/887fd46f
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/887fd46f
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/887fd46f

Branch: refs/heads/2.5.x
Commit: 887fd46f3e90016e313f7724ca259b936d30a03e
Parents: 00d3a53
Author: Nicolas Lalevée 
Authored: Wed Apr 11 19:37:19 2018 +0200
Committer: Nicolas Lalevée 
Committed: Thu Apr 12 00:52:19 2018 +0200

--
 asciidoc/ivy.xsd | 289 ++
 1 file changed, 289 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/887fd46f/asciidoc/ivy.xsd
--
diff --git a/asciidoc/ivy.xsd b/asciidoc/ivy.xsd
new file mode 100644
index 000..1e41781
--- /dev/null
+++ b/asciidoc/ivy.xsd
@@ -0,0 +1,289 @@
+
+
+http://www.w3.org/2001/XMLSchema; 
elementFormDefault="qualified">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   

ant-ivy git commit: release the ivy.xsd

2014-11-09 Thread hibou
Repository: ant-ivy
Updated Branches:
  refs/heads/2.4.x 5ad213d04 - b7f132a46


release the ivy.xsd


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/b7f132a4
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/b7f132a4
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/b7f132a4

Branch: refs/heads/2.4.x
Commit: b7f132a46601cdecfc631052818cab7f498078d2
Parents: 5ad213d
Author: Nicolas Lalevée nicolas.lale...@hibnet.org
Authored: Sun Nov 9 15:31:29 2014 +0100
Committer: Nicolas Lalevée nicolas.lale...@hibnet.org
Committed: Sun Nov 9 15:31:29 2014 +0100

--
 doc/ivy.xsd | 291 +++
 1 file changed, 291 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/b7f132a4/doc/ivy.xsd
--
diff --git a/doc/ivy.xsd b/doc/ivy.xsd
new file mode 100644
index 000..fabad55
--- /dev/null
+++ b/doc/ivy.xsd
@@ -0,0 +1,291 @@
+?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
+xs:attribute name=name type=xs:string use=required/
+xs:attribute name=transitive type=xs:boolean/
+xs:attribute name=extends type=xs:string/
+xs:attribute name=description type=xs:string/
+xs:attribute name=deprecated type=xs:string/
+xs:attribute name=visibility default=public
+   xs:simpleType
+   xs:restriction base=xs:string
+   xs:enumeration value=private/
+   xs:enumeration value=public/
+   /xs:restriction
+   /xs:simpleType
+   /xs:attribute
+xs:anyAttribute namespace=##other processContents=lax /
+   /xs:complexType
+
+   xs:complexType name=global-exclude
+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:anyAttribute namespace=##other processContents=lax /
+   /xs:complexType
+
+  xs:element name=ivy-module
+  xs:complexType
+xs:sequence
+   xs:element name=info
+   xs:complexType
+   xs:sequence
+   xs:element name=extends 
minOccurs=0 maxOccurs=unbounded
+   xs:complexType
+   xs:attribute 
name=organisation type=xs:string use=required/
+   xs:attribute name=module 
type=xs:string use=required/
+   xs:attribute name=revision 
type=xs:string use=required/
+   xs:attribute name=location 
type=xs:string /
+   xs:attribute name=extendType 
type=xs:string /
+   /xs:complexType
+   /xs:element
+   xs:element name=license 
minOccurs=0 maxOccurs=unbounded
+   xs:complexType
+   xs:attribute name=name 
type=xs:string use=required/
+   xs:attribute name=url