Update of /cvsroot/mocklib/mocklib3/bldfiles
In directory sc8-pr-cvs16:/tmp/cvs-serv16099/bldfiles
Modified Files:
build.xml
Log Message:
minor changes to build file.
Index: build.xml
===================================================================
RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** build.xml 14 May 2007 14:30:37 -0000 1.10
--- build.xml 14 May 2007 14:33:05 -0000 1.11
***************
*** 3,7 ****
Run "ant -projecthelp" to view all the possible targets and descriptions.
-->
! <project name="std_buildfile" default="release" basedir="..">
<!-- Now allow any of the properties to be overridden -->
--- 3,7 ----
Run "ant -projecthelp" to view all the possible targets and descriptions.
-->
! <project name="std_buildfile" default="createdist" basedir="..">
<!-- Now allow any of the properties to be overridden -->
|