scolebourne 2003/10/09 14:00:05
Modified: collections build.xml
Log:
Change javadoc produced from public only to protected as well
Revision Changes Path
1.46 +2 -2 jakarta-commons/collections/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- build.xml 5 Oct 2003 23:12:15 -0000 1.45
+++ build.xml 9 Oct 2003 21:00:05 -0000 1.46
@@ -209,7 +209,7 @@
windowtitle="${Name-Long}"
doctitle="${Name-Long}"
bottom="<small>Copyright &copy; 2001-${year} Apache
Software Foundation. Documenation generated ${TODAY}</small>."
- public="true"
+ protected="true"
version="true"
author="true"
overview="${source.src.java}/org/apache/commons/collections/package.html"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]