From: Finn B. <bc...@us...> - 2002-05-27 15:44:27
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv27350 Modified Files: build.xml Log Message: Get the javadoc from ./dist dir. Index: build.xml =================================================================== RCS file: /cvsroot/jython/htdocs/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 16 Jan 2002 17:40:13 -0000 1.5 --- build.xml 27 May 2002 15:44:24 -0000 1.6 *************** *** 79,83 **** </copy> <copy todir="docs/javadoc"> ! <fileset dir="${jython.home}/Doc/javadoc" includes="**/*.html,*.css"/> </copy> --- 79,83 ---- </copy> <copy todir="docs/javadoc"> ! <fileset dir="${jython.home}/dist/Doc/javadoc" includes="**/*.html,*.css"/> </copy> |