You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by vm...@apache.org on 2001/12/20 10:31:49 UTC

cvs commit: jakarta-commons/beanutils build.xml

vmassol     01/12/20 01:31:49

  Modified:    beanutils build.xml
  Log:
  added commons-collection jar in classpath of javadoc task to prevent warnings and better javadoc generation
  
  Revision  Changes    Path
  1.19      +4 -2      jakarta-commons/beanutils/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/beanutils/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml	2001/12/15 19:19:24	1.18
  +++ build.xml	2001/12/20 09:31:49	1.19
  @@ -3,7 +3,7 @@
   
   <!--
           "Bean Utilities" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.18 2001/12/15 19:19:24 craigmcc Exp $
  +        $Id: build.xml,v 1.19 2001/12/20 09:31:49 vmassol Exp $
   -->
   
   
  @@ -188,7 +188,9 @@
                   version="true"
                  doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
               windowtitle="${component.title} (Version ${component.version})"
  -                 bottom="Copyright (c) 2001 - Apache Software Foundation"/>
  +                 bottom="Copyright (c) 2001 - Apache Software Foundation">
  +      <classpath refid="compile.classpath"/>
  +    </javadoc> 
     </target>
   
   
  
  
  

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