Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,38 @@
+<?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.
+-->
+<ivy-module version="2.0">
+ <info organisation="org.apache.ivy"
+ module="demo3A">
+ </info>
+ <configurations>
+ <conf name="runtime"/>
+ <conf name="test"/>
+ </configurations>
+ <dependencies>
+ <dependency org="org.apache.struts"
+ name="struts2-core"
+ rev="2.0.5"
+ conf="runtime->default"/>
+ <dependency org="junit"
+ name="junit"
+ rev="3.8.1"
+ conf="test->default"/>
+ </dependencies>
+</ivy-module>
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,7 @@
+package demo3A;
+
+public class Demo3A {
+ public static String sayHello() {
+ return "Hello from Demo3A";
+ }
+}
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3A/src/demo3A/Demo3A.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,20 @@
+# ***************************************************************
+# * 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.
+# ***************************************************************
+wkspace.dir = ${basedir}/..
+common.dir = ${wkspace.dir}/common
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.properties
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,23 @@
+<!--
+ 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.
+-->
+<project name="demo3B" default="publish-local">
+ <property file="build.properties"/>
+
+ <import file="${common.dir}/build.xml"/>
+</project>
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/build.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,34 @@
+<?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.
+-->
+<ivy-module version="2.0">
+ <info organisation="org.apache.ivy"
+ module="demo3B">
+ </info>
+ <configurations>
+ <conf name="runtime"/>
+ <conf name="test"/>
+ </configurations>
+ <dependencies>
+ <dependency org="org.apache.ivy"
+ name="demo3A"
+ rev="latest.integration"
+ conf="runtime->@"/>
+ </dependencies>
+</ivy-module>
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,7 @@
+package demo3B;
+
+public class Demo3B {
+ public static String sayHello() {
+ return demo3A.Demo3A.sayHello();
+ }
+}
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/3/ivy-demo-3B/src/demo3B/Demo3B.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt (added)
+++ ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt Mon Apr
23 13:24:42 2018
@@ -0,0 +1,3 @@
+To run the demos you just need java 1.4+ and ant 1.6.2+ installed.
+
+Then go in the demo directory and type "ant" on the command line.
Propchange: ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/presentations/apache-con-2007/demo/README.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,27 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <properties file="${ivy.settings.file}/ivysettings.properties" />
+ <settings defaultResolver="public" />
+ <include file="path/to/another-ivysettings.xml"/>
+ <resolvers>
+ <ibiblio name="public" m2compatible="true"
+ root="http://repo1.maven.org/maven2" />
+ </resolvers>
+</ivysettings>
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-1.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml?rev=1829878&view=auto
==============================================================================
---
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
(added)
+++
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
Mon Apr 23 13:24:42 2018
@@ -0,0 +1,40 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <settings defaultCache="${ivy.home}/cache"
+ defaultResolver="public" />
+ <resolvers>
+ <chain name="main" returnFirst="true">
+ <filesystem name="local">
+ <ivy
pattern="${ivy.settings.dir}/local/[module]/ivy.xml"/>
+ <artifact
pattern="${ivy.settings.dir}/local/[module]/[artifact].[ext]"/>
+ </filesystem>
+ <ssh user="${user}" keyFile="path/to/key/file"
keyFilePassword="${password}">
+ <ivy
pattern="ssh://yourserver.com/path/to/repos/[module]/[revision]/ivy.xml"/>
+ <artifact
pattern="ssh://myserver.com/path/to/my/repos/[artifact].[ext]"/>
+ </ssh>
+ </chain>
+ <ibiblio name="public" m2compatible="true"
+ root="http://repo1.maven.org/maven2" />
+ </resolvers>
+ <modules>
+ <module org="mycompany" resolver="main" />
+ </modules>
+</ivysettings>
+
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/presentations/apache-con-2007/samples/ivysettings-2.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/presentations/apache-con-2007/slides.ppt
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/presentations/apache-con-2007/slides.ppt?rev=1829878&view=auto
==============================================================================
Binary file - no diff available.
Propchange: ant/site/ivy/asciidoc/presentations/apache-con-2007/slides.ppt
------------------------------------------------------------------------------
svn:mime-type = application/vnd.ms-powerpoint
Added: ant/site/ivy/asciidoc/schemas/ivy.xsd
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/schemas/ivy.xsd?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/schemas/ivy.xsd (added)
+++ ant/site/ivy/asciidoc/schemas/ivy.xsd Mon Apr 23 13:24:42 2018
@@ -0,0 +1,290 @@
+<?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"
type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="ivyauthor"
minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute name="name"
type="xs:string" use="required"/>
+ <xs:attribute name="url"
type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="repository"
minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute name="name"
type="xs:string" use="required"/>
+ <xs:attribute name="url"
type="xs:string"/>
+ <xs:attribute
name="pattern" type="xs:string"/>
+ <xs:attribute name="ivys"
type="xs:boolean"/>
+ <xs:attribute
name="artifacts" type="xs:boolean"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="description"
minOccurs="0" maxOccurs="1">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:any
minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+ </xs:sequence>
+ <xs:attribute
name="homepage" type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:any minOccurs="0"
maxOccurs="unbounded" namespace="##other" processContents="lax"/>
+ </xs:sequence>
+ <xs:attribute name="organisation" type="xs:string"/>
+ <xs:attribute name="module" type="xs:string"
use="required"/>
+ <xs:attribute name="branch" type="xs:string"/>
+ <xs:attribute name="revision" type="xs:string"/>
+ <xs:attribute name="status" type="xs:string"/>
+ <xs:attribute name="publication" type="xs:string"/>
+ <xs:attribute name="resolver" type="xs:string"/>
+ <xs:attribute name="namespace" type="xs:string"/>
+ <xs:attribute name="default" type="xs:boolean"/>
+ <xs:anyAttribute namespace="##other"
processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="configurations" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:choice minOccurs="0"
maxOccurs="unbounded">
+ <xs:element name="conf"
type="configurations-conf"/>
+ <xs:element
name="include">
+ <xs:complexType>
+
<xs:attribute name="file" type="xs:string"/>
+
<xs:attribute name="url" type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ </xs:choice>
+ </xs:sequence>
+ <xs:attribute name="defaultconf"
type="xs:string"/>
+ <xs:attribute
name="defaultconfmapping" type="xs:string"/>
+ <xs:attribute
name="confmappingoverride" type="xs:boolean" />
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="publications" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="artifact"
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="name" 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="url" type="xs:string"/>
+ <xs:anyAttribute
namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ <xs:attribute
name="defaultconf" type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="dependencies" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="dependency"
minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:sequence>
+
<xs:element name="conf" minOccurs="0" maxOccurs="unbounded">
+
<xs:complexType>
+
<xs:sequence>
+
<xs:element name="mapped" minOccurs="0" maxOccurs="unbounded">
+
<xs:complexType>
+
<xs:attribute name="name" type="xs:string"
use="required"/>
+
</xs:complexType>
+
</xs:element>
+
</xs:sequence>
+
<xs:attribute name="name" type="xs:string" use="required"/>
+
<xs:attribute name="mapped" type="xs:string"/>
+
</xs:complexType>
+
</xs:element>
+
<xs:element name="artifact" 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="name" type="xs:string" use="required"/>
+
<xs:attribute name="type" type="xs:string"/>
+
<xs:attribute name="ext" type="xs:string"/>
+
<xs:attribute name="conf" type="xs:string"/>
+
<xs:attribute name="url" type="xs:string"/>
+
<xs:anyAttribute namespace="##other" processContents="lax" />
+
</xs:complexType>
+
</xs:element>
+
<xs:element name="include" 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="name" 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>
+
<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="name" 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>
+ </xs:sequence>
+ <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="rev" type="xs:string" use="required"/>
+ <xs:attribute
name="revConstraint" type="xs:string"/>
+ <xs:attribute
name="force" type="xs:boolean"/>
+ <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:anyAttribute
namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="exclude"
type="global-exclude" minOccurs="0" maxOccurs="unbounded" />
+ <xs:element name="override"
minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute
name="org" type="xs:string"/>
+ <xs:attribute
name="module" type="xs:string"/>
+ <xs:attribute
name="matcher" type="xs:string"/>
+ <xs:attribute
name="rev" type="xs:string"/>
+ <xs:attribute
name="branch" type="xs:string"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="conflict"
minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute
name="org" type="xs:string"/>
+ <xs:attribute
name="module" type="xs:string"/>
+ <xs:attribute
name="manager" type="xs:string"/>
+ <xs:attribute
name="rev" type="xs:string"/>
+ <xs:attribute
name="matcher" type="xs:string"/>
+ <xs:anyAttribute
namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ <xs:attribute
name="defaultconf" type="xs:string"/>
+ <xs:attribute
name="defaultconfmapping" type="xs:string"/>
+ <xs:attribute name="confmappingoverride"
type="xs:boolean" />
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="conflicts" minOccurs="0">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="manager"
maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute
name="org" type="xs:string"/>
+ <xs:attribute
name="module" type="xs:string"/>
+ <xs:attribute
name="name" type="xs:string"/>
+ <xs:attribute
name="rev" type="xs:string"/>
+ <xs:attribute
name="matcher" type="xs:string"/>
+ <xs:anyAttribute
namespace="##other" processContents="lax" />
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ <xs:attribute name="version" type="xs:string" use="required"/>
+ </xs:complexType>
+ </xs:element>
+
+</xs:schema>
Propchange: ant/site/ivy/asciidoc/schemas/ivy.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/schemas/ivy.xsd
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/schemas/ivy.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/search.adoc
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/search.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/search.adoc (added)
+++ ant/site/ivy/asciidoc/search.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,30 @@
+
+ Use Google Custom Search Engine to search over Apache Ivy™ related
sites. More details
link:http://www.google.com/coop/cse?cx=014292259695392975429%3A5y6qypnrni8[here].
+
+////
+ Google CSE Search Box Begins
+////
+
+ <form id="searchbox_014292259695392975429:5y6qypnrni8" action="search.html">
+ <input type="hidden" name="cx" value="014292259695392975429:5y6qypnrni8" />
+ <input type="hidden" name="cof" value="FORID:11" />
+ <input name="q" type="text" size="40" />
+ <input type="submit" name="sa" value="Search" />
+ </form>
+ <script type="text/javascript"
src="http://www.google.com/coop/cse/brand?form=searchbox_014292259695392975429%3A5y6qypnrni8"></script>
+
+////
+ Google CSE Search Box Ends
+////
+
+
+////
+ Google Search Result Snippet Begins
+////
+
+ <div id="results_014292259695392975429:5y6qypnrni8"></div><script
type="text/javascript">var googleSearchIframeName =
"results_014292259695392975429:5y6qypnrni8"; var googleSearchFormName =
"searchbox_014292259695392975429:5y6qypnrni8"; var googleSearchFrameWidth =
600; var googleSearchFrameborder = 0; var googleSearchDomain =
"www.google.com"; var googleSearchPath = "/cse"; </script> <script
type="text/javascript"
src="http://www.google.com/afsonline/show_afs_search.js"></script>
+
+////
+ Google Search Result Snippet Ends
+////
+
Added: ant/site/ivy/asciidoc/style/ant.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/ant.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/ant.css (added)
+++ ant/site/ivy/asciidoc/style/ant.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,50 @@
+/*
+ * 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.
+ *
+ */
+
+table.ant {
+ border-collapse:collapse;
+ width:90%;
+ margin:auto;
+ margin-top: 10px;
+}
+.ant thead {
+ background-color:#DEE4CD;
+ border:1px solid #7A9437;
+}
+.ant tbody {
+ background-color:#FFFFFF;
+ border:1px solid #7A9437;
+}
+
+.ant th {
+ font-family:monospace;
+ border:1px solid #7A9437;
+ padding:5px;
+}
+
+.ant td {
+ border:1px dotted #7A9437;
+ padding:5px;
+}
+
+th.ant-att {
+ width:15%;
+}
+th.ant-desc {
+ width:50%;
+}
Propchange: ant/site/ivy/asciidoc/style/ant.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/ant.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/ant.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/color.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/color.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/color.css (added)
+++ ant/site/ivy/asciidoc/style/color.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,163 @@
+/*
+ * 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.
+ *
+ */
+
+body {
+ background-color: #5a7418;
+}
+
+#body {
+ color: #000;
+ background-color: #fff;
+}
+
+h1, h2, h3, h4, h5, h6, .toc-title {
+ color: #7a9438;
+}
+h1 {
+ color: #fff;
+ background-color: #7a9438;
+}
+.title {
+ color: #7a9438;
+ background-color: #fff;
+ background: none;
+}
+a:link {
+ color: #7a9438;
+}
+a:visited {
+ color: #7a9438;
+}
+a:hover, a:active {
+ color: #7a9438;
+}
+blockquote {
+ color: #696969;
+}
+pre {
+ background-color: #eee;
+ border: 1px solid #ddd;
+}
+.form-item label {
+ color: #7a9438;
+}
+.item-list .title {
+ color: #7a9438;
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#header {
+ background-color: #ffffff;
+ /* border: 3px solid #9ebf47; */
+}
+
+#top-menu {
+ background-color:#7a9438;
+ border-top: 3px solid #9ebf47;
+ border-bottom: 3px solid #9ebf47;
+}
+
+#search .form-text, #search .form-submit {
+ border: 1px solid #7a9438;
+}
+#search .form-submit {
+ background-color: #9ebf47;
+}
+
+.block h2 {
+ color: #000;
+ background-color: #eee;
+}
+
+.block .content {
+ background-color: #fff;
+ border: 1px solid #eee;
+}
+/*
+.block h2 {
+ color: #000;
+}
+*/
+
+#navcontainer {
+ background-color:#7a9438;
+}
+
+#nav {
+ background-color:#7a9438;
+}
+
+#nav ul {
+ background-color:#7a9438;
+ border-top: 1px solid #7a9438;
+ border-right: 1px solid #7a9438;
+ border-bottom: 1px solid #7a9438;
+ border-left: 0.75em solid #7a9438;
+}
+
+#nav li a {
+ color: #fff;
+}
+
+#nav .title {
+ color: #fff;
+ /*
+ background: #61752c;
+ */
+ background: #7a9438;
+ border-top: 0;
+ border-right: 0;
+ border-bottom: 1px solid #7a9438;
+ border-left: 0;
+}
+
+#nav li li a {
+ background: #fff;
+ color: #7a9438;
+ border-top: 0;
+ border-right: 0;
+ border-bottom: 1px solid #7a9438;
+ border-left: 0;
+}
+
+#nav a:hover,
+#nav a:active {
+ background: #9ebf47;
+}
+
+#content {
+ border-top: 3px solid #9ebf47;
+}
+
+#forum tr.dark {
+ background: #daeddc;
+}
+
+.postit {
+ background-color: #FFDBA1;
+ border: 1px solid #FFB643;
+ color: #4E3000;
+}
+
+.tip {
+ background-color: #F6FF7F;
+ border: 1px solid #FFB643;
+ color: #4E3000;
+}
Propchange: ant/site/ivy/asciidoc/style/color.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/color.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/color.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/ivy-ref.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/ivy-ref.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/ivy-ref.css (added)
+++ ant/site/ivy/asciidoc/style/ivy-ref.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,84 @@
+/*
+ * 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.
+ *
+ */
+
+table.ivy-attributes {
+ border-collapse:collapse;
+ width:90%;
+ margin:auto;
+ margin-top: 10px;
+}
+.ivy-attributes thead {
+ background-color:#DEE4CD;
+ border:1px solid #7A9437;
+}
+.ivy-attributes tbody {
+ background-color:#FFFFFF;
+ border:1px solid #7A9437;
+}
+
+.ivy-attributes th {
+ font-family:monospace;
+ border:1px solid #7A9437;
+ padding:5px;
+}
+
+.ivy-attributes td {
+ border:1px dotted #7A9437;
+ padding:5px;
+}
+
+th.ivy-att {
+ width:15%;
+}
+th.ivy-att-desc {
+ width:50%;
+}
+
+table.ivy-children {
+/* border:3px solid #6495ed; */
+ border-collapse:collapse;
+ width:90%;
+ margin:auto;
+ margin-top: 10px;
+}
+.ivy-children thead {
+ background-color:#DEE4CD;
+ border:1px solid #7A9437;
+}
+.ivy-children tbody {
+ background-color:#FFFFFF;
+ border:1px solid #7A9437;
+}
+
+.ivy-children th {
+ font-family:monospace;
+ border:1px solid #7A9437;
+ padding:5px;
+}
+
+.ivy-children td {
+ border:1px dotted #7A9437;
+ padding:5px;
+}
+
+th.ivy-chld {
+ width:15%;
+}
+th.ivy-chld-desc {
+ width:50%;
+}
Propchange: ant/site/ivy/asciidoc/style/ivy-ref.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/ivy-ref.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/ivy-ref.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/nav.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/nav.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/nav.css (added)
+++ ant/site/ivy/asciidoc/style/nav.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,28 @@
+/*
+ * 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.
+ *
+ */
+
+#navcontainer {
+ color: white;
+ margin-left: 20px;
+}
+
+
+#navcontainer a {
+ color: white;
+ text-decoration: none;
+}
Propchange: ant/site/ivy/asciidoc/style/nav.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/nav.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/nav.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/print-style.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/print-style.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/print-style.css (added)
+++ ant/site/ivy/asciidoc/style/print-style.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,299 @@
+/*
+ * 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.
+ *
+ */
+
+@import "color.css";
+@import "nav.css";
+@import "xmlverbatim.css";
+@import "ant.css";
+@import "ivy-ref.css";
+@import "shell.css";
+
+#body {
+ padding: 0;
+}
+#body {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+/*
+** HTML elements
+*/
+body {
+ margin: 0;
+ padding: 0;
+ bgcolor: #ffffff;
+}
+body, p, td, li, ul, ol {
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: small;
+}
+h1, h2, h3, h4, h5, h6, .toc-title {
+ font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
Verdana, sans-serif;
+}
+.toc-title {
+ margin: 15px;
+ padding: 10px;
+ font-size: 2em;
+ text-align: center;
+ border: solid 2px;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+}
+h1 {
+/*
+ margin-left: 15px;
+ margin-right: 15px;
+ */
+ padding-left: 10px;
+ font-size: 1.6em;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+}
+h2 {
+ font-size: 1.4em;
+}
+h3 {
+ font-size: 1.2em;
+}
+h4 {
+ font-size: 1.1em;
+}
+tr.dark td, tr.light td {
+ padding: 0.3em;
+}
+a:link {
+ text-decoration: none;
+ font-weight: bold;
+}
+a:visited {
+ text-decoration: none;
+ font-weight: bold;
+}
+a:hover, a:active {
+ font-weight: bold;
+ text-decoration: underline;
+}
+p {
+ margin: 0 0 1.3em 0;
+ padding: 0;
+}
+blockquote {
+ padding: 0 15px 0 15px;
+ margin: 15px 50px 15px 50px;
+ text-align: left;
+ font-size: 1.2em;
+ line-height: 1.3em;
+ font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
Verdana, sans-serif;
+}
+pre {
+ padding: 0.75em 1.5em;
+ font-size: 1em;
+}
+.form-item {
+ margin-top: 1em;
+}
+.item-list .title {
+ font-size: 0.85em;
+}
+.hide {
+ display: none
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#home img {
+ padding: 5px 20px 10px 10px;
+}
+.product img {
+ padding: 5px 20px 10px 10px;
+}
+
+#top-menu tr {
+ padding: 0;
+ margin: 0;
+}
+
+#top-menu td {
+ padding: 0;
+ margin: 0;
+}
+
+#search {
+ padding: 0 1em 0 1em;
+ margin: 0;
+}
+#search .form-text, #search .form-submit {
+ padding: 0;
+ margin: 0;
+ font-size: 0.85em;
+}
+#search .form-text {
+ width: 8em;
+ padding: 0;
+ margin: 0;
+}
+
+#sidebar-left, #sidebar-right {
+ width: 200px;
+ /* padding in px not ex because IE messes up 100% width tables otherwise */
+ padding: 15px 5px 75px 10px;
+ vertical-align: top;
+}
+#sidebar-left li, #sidebar-right li {
+ font-size: 1em;
+}
+.block h2 {
+ margin: 5px 0px 0px 0px;
+ padding: 1px 5px 1px 30px;
+ font-size: 1.2em;
+ font-weight: 700;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+}
+
+.block .content {
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+ margin-bottom: 10px;
+}
+
+#main {
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 10px;
+ background: transparent url(../images/background.png) center center
no-repeat;
+}
+
+.content {
+ padding-top: 10px;
+}
+
+#forum {
+ margin: 15px 0 15px 0;
+}
+#forum table {
+ width: 100%;
+}
+#forum table tr th {
+ text-align: center;
+ font-size: 0.75em;
+}
+#forum table tr th a {
+ text-decoration: underline;
+}
+#forum table tr th img {
+ margin: 0;
+}
+#forum td {
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+#forum td.container a {
+ padding: 20px 0 20px 35px;
+}
+#forum td.statistics, #forum td.settings, #forum td.pager {
+ height: 1.5em;
+}
+#forum td .links {
+ padding-top: 0.7em;
+ font-size: 0.9em;
+}
+.block-forum h3 {
+ margin-bottom: .5em;
+}
+
+.footer {
+ text-align: center;
+ margin-top: 3pt;
+ margin-bottom: 3pt;
+ font-size: 85%;
+}
+
+#footer-menu td {
+ padding-top: 3px;
+}
+
+.comparison td, .comparison th {
+ text-align: center;
+}
+
+.comment {
+ -moz-border-radius: 5px;
+ border: 1px solid #abc;
+ padding: .5em;
+ margin-bottom: 1em;
+}
+.comment .title {
+ font-size: 1em;
+ padding: 10px 0px 12px 19px;
+ background: transparent url(icon-comment.png) left center no-repeat;
+}
+.comment .new {
+ font-weight: bold;
+ font-size: 1em;
+ margin-left: 2px;
+ color: red;
+}
+.comment .picture {
+ border: 1px solid #fff;
+ float: right;
+ margin: 10px;
+}
+.submitted {
+ color: #999;
+ font-size: 0.79em;
+}
+.since {
+ font-weight: 700;
+ font-style: italic;
+}
+
+.postit {
+ margin:10px;
+ padding:10px;
+ -moz-border-radius:10px;
+ float:right;
+ width:400px;
+}
+
+table.home {
+ text-align:center;
+ color:#6e9244;
+ font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
+}
+tr.homeitems {
+ font-size:large;
+}
+tr.homeitems td {
+ padding: 0 0.5cm 0 0.5cm;
+}
+tr.homeitems a:link, a:visited {
+ color: #6e9244;
+ text-decoration: none;
+}
+tr.homeitems a:hover {
+ text-decoration: underline;
+ background: none !important;
+}
+.home img { border-width:0; }
+
Propchange: ant/site/ivy/asciidoc/style/print-style.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/print-style.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/print-style.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/shell.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/shell.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/shell.css (added)
+++ ant/site/ivy/asciidoc/style/shell.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,38 @@
+/*
+ * 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.
+ *
+ */
+
+/* the class shell is used when a copy of the content of a shell or DOS window
is made */
+
+.shell {
+ background-color: black;
+ color: white;
+ border: medium gray solid;
+}
+.shell pre {
+ background-color: black;
+ border: none;
+ font-size: small;
+ white-space: pre; /* CSS2 */
+ white-space: -moz-pre-wrap; /* Mozilla */
+ white-space: -hp-pre-wrap; /* HP printers */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: pre-wrap; /* CSS 2.1 */
+ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
+ word-wrap: break-word; /* IE */
+}
Propchange: ant/site/ivy/asciidoc/style/shell.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/shell.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/shell.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/style.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/style.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/style.css (added)
+++ ant/site/ivy/asciidoc/style/style.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,314 @@
+/*
+ * 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.
+ *
+ */
+
+
+@import "color.css";
+@import "nav.css";
+@import "xmlverbatim.css";
+@import "ant.css";
+@import "ivy-ref.css";
+@import "shell.css";
+@import "tree.css";
+
+/*
+** HTML elements
+*/
+body {
+ margin: 0;
+ padding: 0;
+ bgcolor: #ffffff;
+}
+#body {
+ display: table;
+ margin: 8px auto;
+ padding: 0;
+ width: 98%;
+}
+body, p, td, li, ul, ol {
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: small;
+}
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
Verdana, sans-serif;
+}
+h1 {
+/*
+ margin-left: 15px;
+ margin-right: 15px;
+ */
+ padding-left: 10px;
+ font-size: 1.6em;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+}
+h2 {
+ font-size: 1.4em;
+}
+h3 {
+ font-size: 1.2em;
+}
+h4 {
+ font-size: 1.1em;
+}
+tr.dark td, tr.light td {
+ padding: 0.3em;
+}
+a:link {
+ text-decoration: none;
+ font-weight: bold;
+}
+a:visited {
+ text-decoration: none;
+ font-weight: bold;
+}
+a:hover, a:active {
+ font-weight: bold;
+ text-decoration: underline;
+}
+p {
+ margin: 0 0 1.3em 0;
+ padding: 0;
+}
+blockquote {
+ padding: 0 15px 0 15px;
+ margin: 15px 50px 15px 50px;
+ text-align: left;
+ font-size: 1.2em;
+ line-height: 1.3em;
+ font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular,
Verdana, sans-serif;
+}
+pre {
+ padding: 0.75em 1.5em;
+ font-size: 1em;
+}
+.form-item {
+ margin-top: 1em;
+}
+.item-list .title {
+ font-size: 0.85em;
+}
+.hide {
+ display: none
+}
+
+/*
+** Page layout blocks / IDs
+*/
+#body {
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+#home img {
+ padding: 5px 20px 10px 10px;
+}
+.product img {
+ padding: 5px 20px 10px 10px;
+}
+
+#top-menu tr {
+ padding: 0;
+ margin: 0;
+}
+
+#top-menu td {
+ padding: 0;
+ margin: 0;
+}
+
+#search {
+ padding: 0 1em 0 1em;
+ margin: 0;
+}
+#search .form-text, #search .form-submit {
+ padding: 0;
+ margin: 0;
+ font-size: 0.85em;
+}
+#search .form-text {
+ width: 8em;
+ padding: 0;
+ margin: 0;
+}
+
+#sidebar-left, #sidebar-right {
+ width: 260px;
+ /* padding in px not ex because IE messes up 100% width tables otherwise */
+ padding: 15px 5px 75px 10px;
+ vertical-align: top;
+}
+#sidebar-left li, #sidebar-right li {
+ font-size: 1em;
+}
+#content {
+ table-layout:fixed;
+}
+.block h2 {
+ margin: 5px 0px 0px 0px;
+ padding: 1px 5px 1px 30px;
+ font-size: 1.2em;
+ font-weight: 700;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+}
+
+.block .content {
+ -moz-border-radius-bottomright: 5px;
+ -moz-border-radius-bottomleft: 5px;
+ margin-bottom: 10px;
+}
+
+#main {
+ padding-left: 10px;
+ padding-right: 10px;
+ padding-bottom: 10px;
+ background: transparent url(../images/background.png) center center
no-repeat;
+}
+
+.content {
+ padding-top: 0px;
+}
+
+#forum {
+ margin: 15px 0 15px 0;
+}
+#forum table {
+ width: 100%;
+}
+#forum table tr th {
+ text-align: center;
+ font-size: 0.75em;
+}
+#forum table tr th a {
+ text-decoration: underline;
+}
+#forum table tr th img {
+ margin: 0;
+}
+#forum td {
+ padding: 0.5em 0.5em 0.5em 0.5em;
+}
+#forum td.container a {
+ padding: 20px 0 20px 35px;
+}
+#forum td.statistics, #forum td.settings, #forum td.pager {
+ height: 1.5em;
+}
+#forum td .links {
+ padding-top: 0.7em;
+ font-size: 0.9em;
+}
+.block-forum h3 {
+ margin-bottom: .5em;
+}
+
+#footer-menu td {
+ padding-top: 3px;
+}
+
+.footer {
+ text-align: center;
+ margin-top: 3pt;
+ margin-bottom: 3pt;
+ font-size: 85%;
+}
+
+.comparison td, .comparison th {
+ text-align: center;
+}
+
+.comment {
+ -moz-border-radius: 5px;
+ border: 1px solid #abc;
+ padding: .5em;
+ margin-bottom: 1em;
+}
+.comment .title {
+ font-size: 1em;
+ padding: 10px 0px 12px 19px;
+ background: transparent url(icon-comment.png) left center no-repeat;
+}
+.comment .new {
+ font-weight: bold;
+ font-size: 1em;
+ margin-left: 2px;
+ color: red;
+}
+.comment .picture {
+ border: 1px solid #fff;
+ float: right;
+ margin: 10px;
+}
+.submitted {
+ color: #999;
+ font-size: 0.79em;
+}
+.since {
+ font-weight: 700;
+ font-style: italic;
+}
+
+.postit {
+ margin:10px;
+ padding:10px;
+ -moz-border-radius:10px;
+ float:right;
+ width:400px;
+}
+
+.tip {
+ margin:10px 10px 10px 50px;
+ padding:10px;
+ font-style:italic;
+ -moz-border-radius:10px;
+}
+
+table.home {
+ text-align:center;
+ color:#6e9244;
+ font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif;
+}
+tr.homeitems {
+ font-size:large;
+}
+tr.homeitems td {
+ padding: 0 0.5cm 0 0.5cm;
+}
+tr.homeitems a:link, a:visited {
+ color: #6e9244;
+ text-decoration: none;
+}
+tr.homeitems a:hover {
+ text-decoration: underline;
+ background: none !important;
+}
+.home img { border-width:0; }
+
+.notice {
+ padding: 15px;
+ border-style:solid;
+ border-width:1px;
+ border-color: #F0D88D;
+ background-color: #FCFCCA;
+ margin: 10px;
+}
Propchange: ant/site/ivy/asciidoc/style/style.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/style.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/style.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/style/tree.css
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/style/tree.css?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/style/tree.css (added)
+++ ant/site/ivy/asciidoc/style/tree.css Mon Apr 23 13:24:42 2018
@@ -0,0 +1,53 @@
+/*
+ * 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.
+ *
+ */
+
+
+#treemenu {
+padding-left: 10px;
+}
+
+.treeview ul{
+margin: 0;
+padding: 0;
+}
+
+.treeview li{
+background: white url(../images/bullet.gif) no-repeat left center;
+list-style-type: none;
+padding-left: 22px;
+margin-bottom: 3px;
+}
+
+.treeview li.submenu{
+background: white url(../images/closed.gif) no-repeat left 1px;
+cursor: hand !important;
+cursor: pointer !important;
+}
+
+.treeview li.collapsable, .treeview li.open {
+background: white url(../images/open.gif) no-repeat left 1px;
+}
+
+
+.treeview ul.closed {
+display: none;
+}
+
+.treeview .submenu ul li{
+cursor: default;
+}
Propchange: ant/site/ivy/asciidoc/style/tree.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/style/tree.css
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/style/tree.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml (added)
+++ ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml Mon Apr 23 13:24:42
2018
@@ -0,0 +1,21 @@
+<!--
+ 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.
+-->
+<ivyconf>
+ <include url="http://incubator.apache.org/ivy/test/ivyconf.xml"/>
+</ivyconf>
Propchange: ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/test/ivyconf-include-http-url.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivyconf.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivyconf.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivyconf.xml (added)
+++ ant/site/ivy/asciidoc/test/ivyconf.xml Mon Apr 23 13:24:42 2018
@@ -0,0 +1,23 @@
+<!--
+ 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.
+-->
+<ivyconf>
+ <resolvers>
+ <ivyrep name="ivyrep" />
+ </resolvers>
+</ivyconf>
Propchange: ant/site/ivy/asciidoc/test/ivyconf.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/test/ivyconf.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/test/ivyconf.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml
(added)
+++ ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml Mon
Apr 23 13:24:42 2018
@@ -0,0 +1,24 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <include
file="${user.dir}/test/java/org/apache/ivy/core/settings/ivysettings-macro.xml"/>
+ <resolvers>
+ <mymacro name="includeworks" mymainrep="included/myrep"
mysecondrep="included/secondrep"/>
+ </resolvers>
+</ivysettings>
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-absolute-file.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml
(added)
+++ ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml Mon
Apr 23 13:24:42 2018
@@ -0,0 +1,21 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <include file="ivyconf.xml"/>
+</ivysettings>
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-file.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml (added)
+++ ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml Mon
Apr 23 13:24:42 2018
@@ -0,0 +1,21 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <include url="ivyconf.xml"/>
+</ivysettings>
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-relative-url.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml (added)
+++ ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml Mon Apr 23
13:24:42 2018
@@ -0,0 +1,21 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <include url="http://incubator.apache.org/ivy/test/ivysettings.xml"/>
+</ivysettings>
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/test/ivysettings-include-http-url.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/test/ivysettings.xml
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/test/ivysettings.xml?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/test/ivysettings.xml (added)
+++ ant/site/ivy/asciidoc/test/ivysettings.xml Mon Apr 23 13:24:42 2018
@@ -0,0 +1,23 @@
+<!--
+ 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.
+-->
+<ivysettings>
+ <resolvers>
+ <ivyrep name="ivyrep" />
+ </resolvers>
+</ivysettings>
Propchange: ant/site/ivy/asciidoc/test/ivysettings.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/site/ivy/asciidoc/test/ivysettings.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/site/ivy/asciidoc/test/ivysettings.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/site/ivy/asciidoc/testimonials.adoc
URL:
http://svn.apache.org/viewvc/ant/site/ivy/asciidoc/testimonials.adoc?rev=1829878&view=auto
==============================================================================
--- ant/site/ivy/asciidoc/testimonials.adoc (added)
+++ ant/site/ivy/asciidoc/testimonials.adoc Mon Apr 23 13:24:42 2018
@@ -0,0 +1,67 @@
+
+
+[quote]
+____
+I'd strongly encourage every Java developer to pull [Ivy] down and consider
using it to manage dependencies in their Ant builds. As far as I'm concerned,
it's a complete no-brainer.
link:http://blog.exis.com/colin/archives/2005/04/29/decision-to-use-ivy-is-a-no-brainer/[Read
more]
+____
+
+
+<div style="text-align:right;">Colin Sampaleanu, core developer of
link:http://www.springframework.org/[Spring]</div>
+
+
+
+[quote]
+____
+Ivy's a great library... I've just gone through and implemented a multi-module
build using Ivy for full transitive dependency management...
link:http://www.theserverside.com/news/thread.tss?thread_id=33574[Read more]
+____
+
+
+<div style="text-align:right;">Jason Careira,
link:http://www.opensymphony.com/webwork/[webwork] and
link:http://www.opensymphony.com/xwork/[xwork] project leader</div>
+
+
+
+
+[quote]
+____
+Currently, our application uses more than 40 3rdparty jars. [...] With Ivy, I
now have a full accounting of what libraries our project relies on directly.
[...] We now have clear understanding of our dependency tree.
link:http://houseofhaug.net/blog/archives/2005/04/13/maven-uninstall/[Read more]
+____
+
+
+<div style="text-align:right;">Scott Haug, core developer of
link:http://www.jobster.com/[jobster.com]
+</div>
+
+
+
+[quote]
+____
+After spending 10 minutes seeing the demonstrations, Ivy passed the test.
[...] In addition, the folks on the Ivy forums were absolutely amazing with
support, even when I had problems with my basic configuration file that was
completely my fault.
link:http://jroller.com/page/webwork2live?anchor=maven_out_ant_ivy_in[Read more]
+____
+
+
+<div style="text-align:right;">Matthew Porter, co-founder of Metissian and
Contegix, author of
link:http://sourcebeat.com/TitleAction.do;jsessionid=4B2266B92DCB32C9EE9B5FE1415568D6?id=6[WebWork
Live]
+
+
+[quote]
+____
+
+the link:https://portal.dev.java.net[OpenPortal] project which has over 700k
lines of code now uses Ivy.
+it was a life saver for us.
+
+____
+
+
+<div style="text-align:right;">Jeffrey Blattman, OpenPortal committer</div>
+
+
+
+[quote]
+____
+
+Congrats on Ivy. It really is an excellent piece of coherent and consistent
software. Pretty much everything works as I expected it to, and it supports
pretty much everything I've needed.
+
+____
+
+
+<div
style="text-align:right;">link:http://bmi.osu.edu/people_detail.php?id=201[Scott
Oster], lead architect of link:http://www.cagrid.org/[caGrid], co-Director of
Software Research Institute of the link:http://bmi.osu.edu/[Department of Bio
Medical Informatics] at the Ohio State University</div>
+
+