You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2003/06/02 19:27:37 UTC

cvs commit: jakarta-commons-sandbox/configuration RELEASE-NOTES.txt PROPOSAL.htm project.xml

epugh       2003/06/02 10:27:37

  Modified:    configuration project.xml
  Added:       configuration RELEASE-NOTES.txt PROPOSAL.htm
  Log:
  Adding required documents
  
  Revision  Changes    Path
  1.24      +2 -2      jakarta-commons-sandbox/configuration/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	19 Mar 2003 17:19:23 -0000	1.23
  +++ project.xml	2 Jun 2003 17:27:37 -0000	1.24
  @@ -10,7 +10,7 @@
     <pomVersion>3</pomVersion>
     <name>commons-configuration</name>
     <id>commons-configuration</id>
  -  <currentVersion>0.8.1</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://jakarta.apache.org/</url>
  
  
  
  1.1                  jakarta-commons-sandbox/configuration/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  $Id: RELEASE-NOTES.txt,v 1.1 2003/06/02 17:27:37 epugh Exp $
  
                             Commons Configuration Package
                                 Version 1.0
                                   Release Notes
  
  
  INTRODUCTION
  ============
  
  This document contains the release notes for this version of the Commons
  Configuration component, and highlights changes since the previous version.
  
  
  NEW FEATURES
  ============
  
  This is the first milestone release of this component.
  
  
  BUG FIXES
  =========
  
  Not applicable.
  
  
  
  1.1                  jakarta-commons-sandbox/configuration/PROPOSAL.htm
  
  Index: PROPOSAL.htm
  ===================================================================
  <html>
  <head>
  <title>Proposal for Configuration Package</title>
  </head>
  <body bgcolor="white">
  
  <div align="center">
  <h1>Proposal for <em>Configuration</em> Package</h1>
  </div>
  
  <h3>(0) Rationale</h3>
  
  <p>There is currently no configuration package that can work with multiple
  sources of data, and provide configuration capabilities for multiple applications.
  This package provides a simple to use api for performing configuration.
  </p>
  
  
  <h3>(1) Scope of the Package</h3>
  
  <p>This proposal is to create a package of Java utility classes to read
  simplify configuring a java application.</p>
  
  
  <h3>(1.5) Interaction With Other Packages</h3>
  
  <p><em>Configuration</em> relies on many other commons packages.  It will utilize 
  the JUnit unit testing framework for developing and executing unit tests, but 
  this is of interest only to developers of the component.</p>
  
  
  
  <h3>(2) Initial Source of the Package</h3>
  
  <p>The initial classes came from Turbine.</p>
  
  <p>The proposed package name for the new component is
  <code>org.apache.commons.configuration</code>.</p>
  
  
  <h3>(3)  Required Jakarta-Commons Resources</h3>
  
  <ul>
  <li>CVS Repository - New directory <code>configuration</code> in the
      <code>jakarta-commons</code> CVS repository.</li>
  <li>Mailing List - Discussions will take place on the general
      <em>commons-dev@jakarta.apache.org</em> mailing list.  To help
      list subscribers identify messages of interest, it is suggested that
      the message subject of messages about this component be prefixed with
      [Configuration].</li>
  <li>Bugzilla - New component "Configuration" under the "Commons" product
      category, with appropriate version identifiers as needed.</li>
  <li>Jyve FAQ - New category "commons-configuration" (when available).</li>
  </ul>
  
  
  <h3>(4) Initial Committers</h3>
  
  <p>The initial committers on the Configuration component shall be as follows:
  <ul>
  <li>Eric Pugh (epugh)</li>
  
  </ul>
  </p>
  
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org