[Htmlparser-cvs] htmlparser build.xml,1.65,1.66
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2004-05-29 19:51:59
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29369 Modified Files: build.xml Log Message: Fix javadoc inheritance white background GIF. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** build.xml 24 May 2004 16:18:10 -0000 1.65 --- build.xml 29 May 2004 19:51:47 -0000 1.66 *************** *** 364,367 **** --- 364,368 ---- <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/> </javadoc> + <copy file="resources/inherit.gif" tofile="${docs}/javadoc/resources/inherit.gif" overwrite="true"/> <delete file="${resources}/HtmlTaglet.class"/> </target> |