You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2002/03/19 02:21:53 UTC

cvs commit: jakarta-commons/collections build.xml

jefft       02/03/18 17:21:53

  Modified:    collections build.xml
  Log:
  Show protected methods in javadocs. We have a few {@link}s to protected
  methods that were causing warnings.
  
  Revision  Changes    Path
  1.22      +2 -2      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml	15 Mar 2002 17:28:41 -0000	1.21
  +++ build.xml	19 Mar 2002 01:21:53 -0000	1.22
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.21 2002/03/15 17:28:41 morgand Exp $ -->
  +<!-- $Id: build.xml,v 1.22 2002/03/19 01:21:53 jefft Exp $ -->
   <project name="commons-collections" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -154,7 +154,7 @@
                  windowtitle="${Name-Long}"
                  doctitle="${Name-Long}"
                  bottom="&lt;small&gt;Copyright &amp;copy; 2001 Apache Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
  -               public="true"
  +               protected="true"
                  version="true"
                  author="true"
                  overview="${source.src.java}/org/apache/commons/collections/package.html"
  
  
  

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