|
From: Michael K. <ko...@us...> - 2004-09-16 14:40:23
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13455 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- build.xml 16 Sep 2004 08:16:11 -0000 1.21 +++ build.xml 16 Sep 2004 14:39:41 -0000 1.22 @@ -355,6 +355,9 @@ <arg line="-q -k -nH --cut-dirs=3 http://131.159.24.138/wiki/mw/index.php/Item_doc -O Item_doc.html"/> </exec> <exec executable="/usr/bin/wget" dir="docs"> + <arg line="-q -k -nH --cut-dirs=3 http://131.159.24.138/wiki/mw/index.php/Item_doc -O Item_BSCW_doc.html"/> + </exec> + <exec executable="/usr/bin/wget" dir="docs"> <arg line="-q -k -nH --cut-dirs=3 http://131.159.24.138/wiki/mw/index.php/User_doc -O User_doc.html"/> </exec> <exec executable="/usr/bin/wget" dir="docs"> |