|
From: Michael K. <ko...@us...> - 2005-01-27 15:38:47
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6976 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- build.xml 27 Jan 2005 15:29:13 -0000 1.35 +++ build.xml 27 Jan 2005 15:38:38 -0000 1.36 @@ -353,13 +353,13 @@ <target name="copydoc" description="Copies documentation from Wiki to docs directory"> <!-- use wget version 1.9 or higher --> - <!-- keep file convFiles.java and style.css !!! --> + <!-- keep files: convFiles.java, style.css, README.txt !!! --> <exec executable="/usr/bin/wget" dir="docs"> - <arg line="-q -r -l 2 -nd -E -k -p -R 'index.php*' -R 'Image:*' -R 'Help:*' -R 'CobricksWiki:*' -R 'Special:*' http://131.159.24.138/wiki/mw/index.php/Cobricks2_doc" /> + <arg line="-q -r -l 2 -nd -E -k -p -nc -R 'index.php*' -R 'Image:*' -R 'Help:*' -R 'CobricksWiki:*' -R 'Special:*' http://131.159.24.138/wiki/mw/index.php/Cobricks2_doc" /> </exec> <java classname="convFiles" fork="true" dir="docs"> </java> - <move file="docs/Main_Page.html" tofile="docs/index.html" /> + <copy file="docs/Main_Page.html" tofile="docs/index.html" /> </target> |