From: Finn B. <bc...@us...> - 2002-01-16 17:40:16
|
Update of /cvsroot/jython/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv21440 Modified Files: build.xml Log Message: Copy the javadoc .css file to the net. Index: build.xml =================================================================== RCS file: /cvsroot/jython/htdocs/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 2001/12/03 21:39:58 1.4 --- build.xml 2002/01/16 17:40:13 1.5 *************** *** 79,83 **** </copy> <copy todir="docs/javadoc"> ! <fileset dir="${jython.home}/Doc/javadoc" includes="**/*.html"/> </copy> <execon executable="${python.home}/python" dir="docs"> --- 79,84 ---- </copy> <copy todir="docs/javadoc"> ! <fileset dir="${jython.home}/Doc/javadoc" ! includes="**/*.html,*.css"/> </copy> <execon executable="${python.home}/python" dir="docs"> |