mirror of https://github.com/apache/ant-ivy
new Ant logo
This commit is contained in:
parent
e86e69443e
commit
13423b96a4
|
|
@ -42,7 +42,7 @@ You can either get the sources from a release, or get them directly from Git:
|
||||||
|
|
||||||
[source,shell]
|
[source,shell]
|
||||||
----
|
----
|
||||||
git clone git://git.apache.org/ant-ivy.git
|
git clone https://gitbox.apache.org/repos/asf/ant-ivy.git
|
||||||
----
|
----
|
||||||
|
|
||||||
==== Build
|
==== Build
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -32,7 +32,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
|
||||||
tr
|
tr
|
||||||
td id="home" width="30%"
|
td id="home" width="30%"
|
||||||
a href="http://ant.apache.org/" title="Apache Ant"
|
a href="http://ant.apache.org/" title="Apache Ant"
|
||||||
img src="./images/ant-project-logo.svg" alt="Apache Ant" border="0" height="80px"/
|
img src="./images/group-logo.png" alt="Apache Ant" border="0" height="65px"/
|
||||||
td class="product" width="70%" align="right" valign="middle"
|
td class="product" width="70%" align="right" valign="middle"
|
||||||
img src="./images/logo.png" alt="ivy" border="0"/
|
img src="./images/logo.png" alt="ivy" border="0"/
|
||||||
div id="title"
|
div id="title"
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ html lang=(attr :lang, 'en' unless attr? :nolang)
|
||||||
tr
|
tr
|
||||||
td id="home" width="30%"
|
td id="home" width="30%"
|
||||||
a href="http://ant.apache.org/" title="Apache Ant"
|
a href="http://ant.apache.org/" title="Apache Ant"
|
||||||
img src="#{page.relativeRoot}images/ant-project-logo.svg" alt="Apache Ant" border="0" height="80px"/
|
img src="#{page.relativeRoot}images/group-logo.png" alt="Apache Ant" border="0" height="65px"/
|
||||||
td class="product" width="70%" align="right" valign="middle"
|
td class="product" width="70%" align="right" valign="middle"
|
||||||
img src="#{page.relativeRoot}images/logo.png" alt="ivy" border="0"/
|
img src="#{page.relativeRoot}images/logo.png" alt="ivy" border="0"/
|
||||||
table id="top-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"
|
table id="top-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue