Skip to content

Commit 1bb1b17

Browse files
author
Matthew Hawthorne
committed
Added self to STATUS
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140396 13f79535-47bb-0310-9956-ffa450edef68
1 parent 43a36c2 commit 1bb1b17

1 file changed

Lines changed: 25 additions & 24 deletions

File tree

STATUS.html

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
<title>Status File for Jakarta Commons "IO" Component</title>
55
</head>
66
<body bgcolor="white">
7-
8-
<div align="center">
7+
8+
<div align="center">
99
<h1>The Jakarta Commons <em>IO</em> Component</h1>
10-
$Id: STATUS.html,v 1.11 2003/08/21 19:11:44 jeremias Exp $<br>
11-
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
12-
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
10+
$Id: STATUS.html,v 1.12 2003/10/21 04:37:50 matth Exp $<br>
11+
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
12+
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
1313
<a href="#Action%20Items">[Action Items]</a> <br>
1414
<br>
1515
</div>
16-
17-
18-
<a name="Introduction"></a>
16+
17+
18+
<a name="Introduction"></a>
1919
<h3>1. INTRODUCTION</h3>
20-
20+
2121
<p>The <em>IO</em> Component contains a set of Java classes that provide I/O
2222
functionality above and beyond what the JDK provides out of the box.&nbsp;</p>
23-
23+
2424
<h3>2. DEPENDENCIES</h3>
25-
25+
2626
<p>The <em>IO</em> component is dependent upon the following external components
2727
for development and use:</p>
28-
28+
2929
<ul>
3030
<li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version
3131
1.2 or later)</li>
@@ -35,39 +35,40 @@ <h3>2. DEPENDENCIES</h3>
3535
</ul>
3636

3737

38-
<a name="Release Info"></a>
38+
<a name="Release Info"></a>
3939
<h3>3. RELEASE INFO</h3>
40-
40+
4141
<p>Current Release: IO is yet to be released. We hope it will be RSN.</p>
42-
42+
4343
<p>Planned Next Release: Real Soon Now :) See the <a
4444
href="#Action%20Items">Action Items</a> list for tasks that need to be completed
4545
prior to this release.</p>
4646

4747

48-
<a name="Committers"></a>
48+
<a name="Committers"></a>
4949
<h3>4. COMMITTERS</h3>
50-
50+
5151
<p>The following individuals are the primary developers and maintainers of
5252
this component. Developers who plan to use <em>IO</em> in their own projects
5353
are encouraged to collaborate on the future development of this component
5454
to ensure that it continues to meet a variety of needs.</p>
55-
55+
5656
<ul>
5757
<li><a href="mailto:sanders@apache.org">Scott Sanders</a></li>
5858
<li><a href="mailto:dion@apache.org">dIon Gillard</a></li>
5959
<li><a href="maito:nicolaken@apache.org">Nicola Ken Barozzi</a><br></li>
6060
<li><a href="maito:bayard@apache.org">Henri Yandell</a><br></li>
6161
<li><a href="maito:scolebourne@apache.org">Stephen Colebourne</a><br></li>
6262
<li><a href="maito:jeremias@apache.org">Jeremias Maerki</a><br></li>
63+
<li>Matthew Hawthorne</li><br/>
6364
<li>Fancy volunteering? We need you!</li>
6465
</ul>
6566

6667

67-
<a name="Action Items"></a>
68+
<a name="Action Items"></a>
6869
<h3>5. ACTION ITEMS</h3>
69-
70-
<p>The following action items need to be completed prior to a Version 1.0
70+
71+
<p>The following action items need to be completed prior to a Version 1.0
7172
release of this component:</p>
7273
<ul>
7374
<li>Compress - Move the compress sub-package out of IO - READY</li>
@@ -76,7 +77,7 @@ <h3>5. ACTION ITEMS</h3>
7677
<li>Extract code from IOUtils to CopyUtils? </li>
7778
<li>Remove StreamUtils as all its methods are in IOUtils - DONE</li>
7879
<li>IOUtils: Remove the toByteArray() variants with the bufferSize
79-
parameter. Reasoning can be found at
80+
parameter. Reasoning can be found at
8081
http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</li>
8182
<li>IOUtils: Change toByteArray() methods to use the new
8283
ByteArrayOutputStream which should improve performance considerably.</li>
@@ -116,11 +117,11 @@ <h5>5.1 NEW CODE</h5>
116117
<td align="center">Everyone</td>
117118
</tr>
118119
<tr>
119-
<td><strong>Install / Use Documentation</strong>. Create simple
120+
<td><strong>Install / Use Documentation</strong>. Create simple
120121
installation and User's Guide documentation for this component.</td>
121122
<td align="center">everyone</td>
122123
</tr>
123-
124+
124125
</tbody>
125126
</table>
126127
<br>

0 commit comments

Comments
 (0)