Change javadoc produced from public only to protected as well

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-10-09 21:00:05 +00:00
parent 29e063ff3f
commit f06da1d194
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: build.xml,v 1.45 2003/10/05 23:12:15 scolebourne Exp $ -->
<!-- $Id: build.xml,v 1.46 2003/10/09 21:00:05 scolebourne Exp $ -->
<project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@ -209,7 +209,7 @@
windowtitle="${Name-Long}"
doctitle="${Name-Long}"
bottom="&lt;small&gt;Copyright &amp;copy; 2001-${year} 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"