jefft 2003/01/22 04:44:54 Modified: . build.xml Log: Use '-breakiterator' with JDK 1.4 Javadoc, to take advantage of the new (better) 'first sentence' algorithm. Revision Changes Path 1.309 +2 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.308 retrieving revision 1.309 diff -u -r1.308 -r1.309 --- build.xml 17 Jan 2003 11:29:22 -0000 1.308 +++ build.xml 22 Jan 2003 12:44:53 -0000 1.309 @@ -98,7 +98,7 @@ Happy hacking from the Apache Cocoon Dev Team :) -CVS: $Id: +CVS: $Id$: ============================================================================ --> @@ -1858,7 +1858,7 @@ <then> <!-- Create the java docs for JDK 1.4 --> <javadoc packagenames="${packages}.*" - additionalparam="-subpackages ${packages}" + additionalparam="-subpackages ${packages} -breakiterator" excludepackagenames="org.apache.cocoon.components.language.programming.java" destdir="${build.javadocs}" author="true"
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]