Browse Source

Three more logos.

Submitted by:	Matthias Becker <matthias.becker@media4content.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269565 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
721462b8a7
6 changed files with 96 additions and 0 deletions
  1. BIN
      docs/images/becker1.gif
  2. BIN
      docs/images/becker2.gif
  3. BIN
      docs/images/becker3.gif
  4. +42
    -0
      docs/logos.html
  5. +42
    -0
      docs/resources.html
  6. +12
    -0
      xdocs/logos.xml

BIN
docs/images/becker1.gif View File

Before After
Width: 250  |  Height: 150  |  Size: 1.5 KiB

BIN
docs/images/becker2.gif View File

Before After
Width: 250  |  Height: 150  |  Size: 1.6 KiB

BIN
docs/images/becker3.gif View File

Before After
Width: 250  |  Height: 150  |  Size: 1.5 KiB

+ 42
- 0
docs/logos.html View File

@@ -627,6 +627,48 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<img src="images/kolesnikova.gif" />
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Matthias Becker (matthias.becker at media4content.de)
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<img src="images/becker1.gif" />
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Matthias Becker (matthias.becker at media4content.de)
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<img src="images/becker2.gif" />
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Matthias Becker (matthias.becker at media4content.de)
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<img src="images/becker3.gif" />
</font>
</td>
</tr>
</table>


+ 42
- 0
docs/resources.html View File

@@ -270,6 +270,48 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Automating the build and test process"><strong>Automating the build and test process</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Author:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:erik@hatcher.net">Erik Hatcher</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 12
- 0
xdocs/logos.xml View File

@@ -168,6 +168,18 @@
<td>Alicia Kolesnikova</td>
<td><img src="images/kolesnikova.gif"/></td>
</tr>
<tr>
<td>Matthias Becker (matthias.becker at media4content.de)</td>
<td><img src="images/becker1.gif"/></td>
</tr>
<tr>
<td>Matthias Becker (matthias.becker at media4content.de)</td>
<td><img src="images/becker2.gif"/></td>
</tr>
<tr>
<td>Matthias Becker (matthias.becker at media4content.de)</td>
<td><img src="images/becker3.gif"/></td>
</tr>
</table>
</section>
</body>

Loading…
Cancel
Save