From: Michael D. <mik...@us...> - 2004-08-11 11:46:44
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7798/nhibernate Modified Files: NHibernateSolution.build Log Message: Getting an error while deleting the build.dir from my machine. Only a clean up step and not needed for the build to be considered succesful. Index: NHibernateSolution.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NHibernateSolution.build 10 Aug 2004 16:40:43 -0000 1.9 --- NHibernateSolution.build 11 Aug 2004 11:46:33 -0000 1.10 *************** *** 303,307 **** <!-- delete the directory that was used to create the zip --> ! <delete dir="${build.dir}" /> <echo message="Create a '${project.config}' package as file://${project.zip-path}" /> --- 303,307 ---- <!-- delete the directory that was used to create the zip --> ! <!--<delete dir="${build.dir}" />--> <echo message="Create a '${project.config}' package as file://${project.zip-path}" /> |