From: <one...@us...> - 2003-01-01 09:36:09
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv3165 Modified Files: build.xml Log Message: fixed a build bug Index: build.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/build.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** build.xml 31 Dec 2002 08:22:28 -0000 1.34 --- build.xml 1 Jan 2003 09:36:05 -0000 1.35 *************** *** 202,206 **** <target name="extras" description="Copies miscellaneous files to root dir"> <copy todir="${dist.dir}/bin"> ! <fileset dir="${src.dir}/bin"> <include name="*.bat"/> </fileset> --- 202,206 ---- <target name="extras" description="Copies miscellaneous files to root dir"> <copy todir="${dist.dir}/bin"> ! <fileset dir="bin"> <include name="*.bat"/> </fileset> |