You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/09/01 23:50:25 UTC

cvs commit: jakarta-commons-sandbox/reflect project.xml RELEASE-NOTES.txt STATUS.html

scolebourne    2003/09/01 14:50:25

  Modified:    reflect  project.xml RELEASE-NOTES.txt STATUS.html
  Log:
  Fix basic reflect files to refer to correct component
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-commons-sandbox/reflect/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/reflect/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	29 Aug 2003 23:50:10 -0000	1.2
  +++ project.xml	1 Sep 2003 21:50:25 -0000	1.3
  @@ -1,8 +1,8 @@
   <?xml version="1.0"?>
   <project>
     <extend>../project.xml</extend>
  -  <id>commons-time</id>
  -  <name>Reflect</name>
  +  <id>commons-reflect</id>
  +  <name>Commons Reflect</name>
     <currentVersion>0.5-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
     
  @@ -32,7 +32,7 @@
     
     <!-- Reflect should depend on very little -->
     <dependencies>
  -    <dependency>
  +    <dependency><!-- compile time -->
         <id>junit</id>
         <version>3.7</version>
       </dependency>
  
  
  
  1.2       +3 -6      jakarta-commons-sandbox/reflect/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/reflect/RELEASE-NOTES.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES.txt	29 Aug 2003 22:14:08 -0000	1.1
  +++ RELEASE-NOTES.txt	1 Sep 2003 21:50:25 -0000	1.2
  @@ -1,16 +1,13 @@
   $Id$
   
  -			 Commons time Package
  +			 Commons Reflect Package
   			   Version 1.0-dev
   			    Release Notes
   
   
   INTRODUCTION:
   
  -This document contains the release notes for this version of the Commons
  -time package, and highlights changes since the previous version.  The
  -current release adds new features and bug fixes, and is being done now to
  -follow the release early/release often mentality.
  +This is the first release of the Commons Reflect package.
   
   
   NEW FEATURES:
  
  
  
  1.2       +9 -9      jakarta-commons-sandbox/reflect/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/reflect/STATUS.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS.html	29 Aug 2003 22:14:08 -0000	1.1
  +++ STATUS.html	1 Sep 2003 21:50:25 -0000	1.2
  @@ -1,12 +1,12 @@
   <html>
   <head>
  -<title>Status File for Jakarta Commons "Time" Component</title>
  +<title>Status File for Jakarta Commons "Reflect" Component</title>
   </head>
   <body bgcolor="white">
   
   
   <div align="center">
  -<h1>The Jakarta Commons <em>time</em> Component</h1>
  +<h1>The Jakarta Commons <em>reflect</em> Component</h1>
   $Id$<br />
   <a href="#Introduction">[Introduction]</a>
   <a href="#Dependencies">[Dependencies]</a>
  @@ -20,7 +20,7 @@
   <a name="Introduction"></a>
   <h3>1.  INTRODUCTION</h3>
   
  -<p>The <em>Time</em> Component contains a set of Java classes that provide
  +<p>The <em>reflect</em> Component contains a set of Java classes that provide
   ......The following classes are included:</p>
   <ul>
   <li><strong>TBD</strong> - TBD.</li>
  @@ -30,7 +30,7 @@
   <a name="Dependencies"></a>
   <h3>2.  DEPENDENCIES</h3>
   
  -<p>The <em>time</em> component is dependent upon the following external
  +<p>The <em>reflect</em> component is dependent upon the following external
   components for development and use:</p>
   <ul>
   <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
  @@ -44,7 +44,7 @@
   <a name="Release Info"></a>
   <h3>3.  RELEASE INFO</h3>
   
  -<p>Current Release: Time is yet to be released.  We hope it will be RSN.</p>
  +<p>Current Release: Reflect is yet to be released.  We hope it will be RSN.</p>
   
   <p>Planned Next Release:  Real Soon Now :)  See the
   <a href="#Action Items">Action Items</a> list for tasks that need to be
  @@ -55,12 +55,12 @@
   <h3>4.  COMMITTERS</h3>
   
   <p>The following individuals are the primary developers and maintainers of this
  -component.  Developers who plan to use <em>time</em> in their own
  +component.  Developers who plan to use <em>reflect</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><a href="mailto:scolebourne@apache.org">Stephen Colebourne</a></li>
  -<li>Brian S O'Neill</li>
  +<li>Stephen Colebourne</li>
  +<li>Robert Burrel Donkin</li>
   <li>Fancy volunteering?  We need you!</li>
   </ul>