Add the -breakiterator argument to prevent javadoc 1.4 from complaining.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@467 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-11-24 22:40:29 +00:00
parent 3cc13ba534
commit c8484e1602
+2 -1
View File
@@ -57,7 +57,8 @@
doctitle="${app.name} API"
overview="${src.dir}/${doc.overview}"
bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved."
destdir="${javadoc.dir}">
destdir="${javadoc.dir}"
additionalparam="-breakiterator">
<classpath refid="classpath"/>
<link href="http://java.sun.com/j2se/1.3/docs/api/"/>
</javadoc>