[Mocklib-checkins] mocklib2/bldfiles build.xml,1.6,1.7
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2005-12-21 20:42:48
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32190/bldfiles Modified Files: build.xml Log Message: add debug logs Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 21 Dec 2005 20:01:27 -0000 1.6 --- build.xml 21 Dec 2005 20:42:40 -0000 1.7 *************** *** 102,109 **** <!-- Override this property to build official release --> ! <property name="version" value="Developer-Build"/> <echo message="***************************USING THIS ANT************************"/> <echo message="ant.home=${ant.home}"/> <echo message="*****************************************************************"/> <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> --- 102,110 ---- <!-- Override this property to build official release --> ! <property name="version" value="Developer-Build"/> <echo message="***************************USING THIS ANT************************"/> <echo message="ant.home=${ant.home}"/> <echo message="*****************************************************************"/> + <echo message="basedir=${basedir}"/> <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> |