From: <lan...@us...> - 2003-02-07 15:25:17
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org In directory sc8-pr-cvs1:/tmp/cvs-serv4306/builds/www.webmacro.org Modified Files: build.xml Log Message: Added specification file of those files which must be modified by a wiki builder and updated those templates and build.xml files to support new wiki creation process. Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.webmacro.org/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 27 Nov 2002 06:21:41 -0000 1.2 --- build.xml 7 Feb 2003 15:24:43 -0000 1.3 *************** *** 1,3 **** ! <project name="www.webmacro.org" default="install" basedir="."> <!-- ${dir.install} should be a command-line defined parameter --> <property name="dir.etc" value="./etc/" /> --- 1,3 ---- ! <project name="wikiInstall" default="install" basedir="."> <!-- ${dir.install} should be a command-line defined parameter --> <property name="dir.etc" value="./etc/" /> |