[Abora-cvs] website build.xml,1.28,1.29
Status: Alpha
Brought to you by:
dgjones
From: <dg...@us...> - 2003-12-03 04:50:19
|
Update of /cvsroot/abora/website In directory sc8-pr-cvs1:/tmp/cvs-serv12992 Modified Files: build.xml Log Message: DGJ: add updatewebsite target Index: build.xml =================================================================== RCS file: /cvsroot/abora/website/build.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** build.xml 1 May 2003 13:51:35 -0000 1.28 --- build.xml 3 Dec 2003 04:50:15 -0000 1.29 *************** *** 311,314 **** --- 311,315 ---- </target> + <!--**************************************************************--> <!--** Compile Tools *********************************************--> *************** *** 321,324 **** --- 322,332 ---- /> </target> + + + <!--**************************************************************--> + <!--** Update website with latest pages **************************--> + <!--**************************************************************--> + + <target name="updatewebsite" depends="init,compile,replacetemplate,uploadNoReplace"/> <!--**************************************************************--> |