[Mocklib-checkins] mocklib3/bldfiles build.xml,1.15,1.16
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2009-05-17 03:46:30
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9663/bldfiles Modified Files: build.xml Log Message: fix this. Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** build.xml 17 May 2009 03:32:00 -0000 1.15 --- build.xml 17 May 2009 03:46:21 -0000 1.16 *************** *** 734,742 **** <target name="autobuild" depends="tag"> ! <ant antfile="bldfiles/autobuild.xml" target="autobuild"/> </target> <target name="autobuild2" depends="tag"> ! <ant antfile="bldfiles/autobuild.xml" target="autobuild2"/> </target> --- 734,742 ---- <target name="autobuild" depends="tag"> ! <!--ant antfile="bldfiles/autobuild.xml" target="autobuild"/--> </target> <target name="autobuild2" depends="tag"> ! <!--ant antfile="bldfiles/autobuild.xml" target="autobuild2"/--> </target> |