From: Michael D. <mik...@us...> - 2004-07-25 11:46:15
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1459 Modified Files: NHibernateSolution.build Log Message: added targets for hbm2net, Tasks, and examples. Added their dependencies to bin folder Index: NHibernateSolution.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NHibernateSolution.build 23 Jul 2004 14:23:31 -0000 1.7 --- NHibernateSolution.build 25 Jul 2004 11:46:05 -0000 1.8 *************** *** 46,50 **** </target> ! <target name="build-external" depends="init" description="Builds code that NHibernate depends on but is not a core peice of NHibernate. The built dll/exes will be distributed in the external-bin folder so there should be no need for a user to build it."> <nant buildfile="src/HashCodeProvider/HashCodeProvider.build" --- 46,54 ---- </target> ! <target ! name="build-external" ! depends="init" ! description="Builds code that NHibernate depends on but is not a core peice of NHibernate. The built dll/exes will be distributed in the external-bin folder so there should be no need for a user to build it." ! > <nant buildfile="src/HashCodeProvider/HashCodeProvider.build" *************** *** 65,71 **** <fileset basedir="external-bin"> <includes name="log4net.*" /> <includes name="DotNetMock.*" /> <includes name="nunit.framework.*" /> ! <includes name="HashCodeProvider.*" /> </fileset> </copy> --- 69,78 ---- <fileset basedir="external-bin"> <includes name="log4net.*" /> + <includes name="HashCodeProvider.*" /> <includes name="DotNetMock.*" /> <includes name="nunit.framework.*" /> ! <includes name="Commons.*" /> ! <includes name="NVelocity.*" /> ! <includes name="NAnt.Core.*" /> </fileset> </copy> *************** *** 86,90 **** target="build" /> ! </target> --- 93,108 ---- target="build" /> ! <nant ! buildfile="src/NHibernate.Tool.hbm2net/NHibernate.Tool.hbm2net.build" ! target="build" ! /> ! <nant ! buildfile="src/NHibernate.Tasks/NHibernate.Tasks.build" ! target="build" ! /> ! <nant ! buildfile="src/NHibernate.Examples/NHibernate.Examples.build" ! target="build" ! /> </target> |