From: <dr...@us...> - 2002-11-10 22:09:45
|
Update of /cvsroot/webmacro/webmacro In directory usw-pr-cvs1:/tmp/cvs-serv910 Modified Files: build.xml Log Message: attempting to get things in order so the 1.1b2 release will go a bit faster Index: build.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build.xml 5 Nov 2002 03:04:19 -0000 1.23 --- build.xml 10 Nov 2002 22:09:42 -0000 1.24 *************** *** 6,10 **** <project name="WebMacro" default="compile" basedir="."> ! <property name="version" value="1.1b1" /> <property name="app.name" value="webmacro" /> <property name="tmpdir" value="tmp" /> --- 6,10 ---- <project name="WebMacro" default="compile" basedir="."> ! <property name="version" value="1.1b2" /> <property name="app.name" value="webmacro" /> <property name="tmpdir" value="tmp" /> |