You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/12/05 00:31:42 UTC

cvs commit: jakarta-commons/primitives/xdocs navigation.xml

rwaldhoff    2003/12/04 15:31:42

  Modified:    primitives/xdocs navigation.xml
  Added:       primitives STATUS.txt
  Removed:     primitives STATUS.html
  Log:
  replace STATUS.html with STATUS.txt, update STATUS.txt, link to it
  
  Revision  Changes    Path
  1.1                  jakarta-commons/primitives/STATUS.txt
  
  Index: STATUS.txt
  ===================================================================
  Commons Primitives Status
  $Revision: 1.1 $ $Date: 2003/12/04 23:31:42 $
  http://jakarta.apache.org/commons/primitives/
  
  Summary:
  
    Commons Primitives is a set of collection and utility classes for primitive types.
    The Java language has a clear distinction between Object and primitive types.
    A lot of functionality is provided for Object types, including the Java Collection Framework.
    Relatively little functionality is provided by the JDK for primitives.
    This package addresses this by providing a set of utility and collection classes for primitives.
  
    Commons Primitives is a component developed by Jakarta Commons, 
    a subproject of the Apache Jakarta project.
   
  Releases:
  
    Stable:
      1.0.
        CVS Tag: PRIMITIVES_1_0
        Binaries: http://jakarta.apache.org/site/binindex.cgi#commons-primitives
        Source: http://jakarta.apache.org/site/sourceindex.cgi#commons-primitives
  
    Development:
      1.1-dev 
        CVS Tag: HEAD
        Binaries: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-primitives/
        Source: http://cvs.apache.org/builds/jakarta-commons/nightly/commons-primitives/
  
  Assets:
  
    Web site:         http://jakarta.apache.org/commons/primitives
  
    Mailing lists:    commons-dev@jakarta.apache.org  (developers)
                      commons-user@jakarta.apache.org (users)
  
    Repositories:     jakarta-commons/primitives
                      http://cvs.apache.org/viewcvs.cgi/jakarta-commons/primitives/
                      Also see http://jakarta.apache.org/commons/primitives/cvs-usage.html
  
  Committers:
  
    Stephen Colebourne (scolebourne AT apache DOT org) [PMC]
    Matthew Hawthorne (matth AT apache DOT org)
    Rodney Waldhoff (rwaldhoff AT apache DOT org) [PMC]
      
  Contributors:
  
    Currently no non-committers.
  
                  
  Pending Issues:
  
    None.
  
  Resolved Issues:
  
    None.
  
      
  
  
  1.4       +1 -0      jakarta-commons/primitives/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/primitives/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	17 Nov 2003 21:00:44 -0000	1.3
  +++ navigation.xml	4 Dec 2003 23:31:42 -0000	1.4
  @@ -9,6 +9,7 @@
       <menu name="Commons Primitives">
         <item name="Overview" href="/index.html"/>
         <item name="FAQ" href="/faq.html"/>
  +      <item name="Status&#xA0;File"        href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/primitives/STATUS.txt"/>
       </menu>
       &commons-nav;
     </body>
  
  
  

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