scolebourne 2002/11/22 17:09:28
Modified: util project.xml
Added: util STATUS.html
Log:
Update project files to include myself as a committer
Revision Changes Path
1.7 +6 -0 jakarta-commons-sandbox/util/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/util/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 14 Aug 2002 22:35:36 -0000 1.6
+++ project.xml 23 Nov 2002 01:09:28 -0000 1.7
@@ -90,6 +90,12 @@
<email></email>
<organization></organization>
</developer>
+ <developer>
+ <name>Stephen Colebourne</name>
+ <id>scolebourne</id>
+ <email></email>
+ <organization>SITA ATS Ltd</organization>
+ </developer>
</developers>
<dependencies>
1.1 jakarta-commons-sandbox/util/STATUS.html
Index: STATUS.html
===================================================================
<html>
<head>
<title>Status File for Jakarta Commons Util Component</title>
</head>
<body bgcolor="white">
<div align="center">
<h1>The Jakarta Commons <em>Util</em> Component</h1>
$Id: STATUS.html,v 1.1 2002/11/23 01:09:28 scolebourne Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Known Issues">[Known Issues]</a>
<a href="#Action Items">[Action Items]</a>
<a href="#Committers">[Committers]</a>
<br /><br />
</div>
<a name="Introduction"></a>
<h3>1. INTRODUCTION</h3>
<p>The <em>Util</em> Component contains a set of Java classes that provide
utility methods and classes to enhance the standard Java classes.</p>
<a name="Dependencies"></a>
<h3>2. DEPENDENCIES</h3>
<p>The <em>Util</em> component is dependent upon the following external
components for development and use:</p>
<ul>
<li>Apache Jakarta Commons Lang</li>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later)</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
(Version 3.7 or later) - for unit tests only, not required
for deployment</li>
</ul>
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
<p>Current Release:
No current release
</p>
<p>Planned Next Release:
No current release plans
</p>
<a name="Known Issues"></a>
<h3>4. KNOWN ISSUES</h3>
<p>
<ul>
</ul>
</p>
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
<p>Want to help? Here's some "to do" items the team has identified. Note that all
are
still under discussion, so please mail the list before actioning.</p>
<ul>
<li>Testing</li>
</ul>
<a name="Committers"></a>
<h3>6. COMMITTERS</h3>
<p>The following individuals are the primary developers and maintainers of this
component. Developers who plan to use <em>Lang</em> in their own
projects are encouraged to collaborate on the future development of this
component to ensure that it continues to meet a variety of needs.</p>
<ul>
<li>Geir Magnusson, Jr. (geir)
<li>Henri Yandell (bayard)
<li>Scott Sanders (sanders)
<li>Daniel Rall (dlr)
<li>Aaron Smuts (asmuts)
<li>Jason van Zyl (jvanzyl)
<li>Leonard Richardson (leonardr)
<li>Kasper Nielsen (knielsen)
<li>Jon Stevens (jon)
<li>Stephen Colebourne (scolebourne)
</ul>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>