You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2002/04/29 23:37:47 UTC

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils package.html

craigmcc    02/04/29 14:37:47

  Modified:    beanutils build.xml
               beanutils/src/java/org/apache/commons/beanutils package.html
  Added:       beanutils/src/java overview.html
  Log:
  Include an overview file in the Javadocs since there is now more than
  one Java package.
  
  Revision  Changes    Path
  1.31      +3 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml	18 Mar 2002 16:32:42 -0000	1.30
  +++ build.xml	29 Apr 2002 21:37:46 -0000	1.31
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.30 2002/03/18 16:32:42 craigmcc Exp $
  +        $Id: build.xml,v 1.31 2002/04/29 21:37:46 craigmcc Exp $
   -->
   
   
  @@ -205,7 +205,8 @@
                    author="true"
                   private="true"
                   version="true"
  -               doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
  +               overview="src/java/overview.html"
  +               doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
               windowtitle="${component.title} (Version ${component.version})"
                    bottom="Copyright (c) 2001-2002 - Apache Software Foundation">
         <classpath refid="compile.classpath"/>
  
  
  
  1.1                  jakarta-commons/beanutils/src/java/overview.html
  
  Index: overview.html
  ===================================================================
  <html>
  <head>
  <title>Overview Documentation for COMMONS-BEANUTILS</title>
  </head>
  <body bgcolor="white">
  <p>The <em>Bean Introspection Utilities</em> component of the Jakarta Commons
  subproject offers low-level utility classes that assist in getting and setting
  property values on Java classes that follow the naming design patterns outlined
  in the JavaBeans Specification, as well as mechanisms for dynamically defining
  and accessing bean properties.</p>
  
  <p>See the
  <a href="org/apache/commons/beanutils/package-summary.html#package_description">
  Package Description</a> for the <code>org.apache.commons.beanutils</code>
  package for more information.</p>
  </body>
  </html>
  
  
  
  1.7       +5 -4      jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/package.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- package.html	28 Apr 2002 01:16:48 -0000	1.6
  +++ package.html	29 Apr 2002 21:37:47 -0000	1.7
  @@ -3,10 +3,11 @@
   <title>Package Documentation for org.apache.commons.beanutils Package</title>
   </head>
   <body bgcolor="white">
  -<p>The <em>Bean Utilties</em> component of the Jakarta Commons subproject
  -offers low-level utility classes that assist in getting and setting property
  -values on Java classes that follow the naming design patterns outlined in the
  -JavaBeans Specification.</p>
  +<p>The <em>Bean Introspection Utilities</em> component of the Jakarta Commons
  +subproject offers low-level utility classes that assist in getting and setting
  +property values on Java classes that follow the naming design patterns outlined
  +in the JavaBeans Specification, as well as mechanisms for dynamically defining
  +and accessing bean properties.</p>
   
   <h1>Table of Contents</h1>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>