From: Kevin W. <kev...@us...> - 2004-12-07 19:59:54
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23040 Modified Files: NHibernateContribSolution.build Log Message: initial check-in of SysCache currently unable to fully test, as Clover.NET license and SQL Server are not on current workstation Index: NHibernateContribSolution.build =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/NHibernateContribSolution.build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NHibernateContribSolution.build 6 Dec 2004 02:07:25 -0000 1.2 --- NHibernateContribSolution.build 7 Dec 2004 19:59:14 -0000 1.3 *************** *** 138,141 **** --- 138,142 ---- <nant target="build" buildfile="src/Nullables.NHibernate/Nullables.NHibernate.build" /> <nant target="build" buildfile="src/Nullables.Tests/Nullables.Tests.build" /> + <nant target="build" buildfile="src/BantamTech.SysCache/syscache.build" /> </target> *************** *** 174,177 **** --- 175,180 ---- /> + <nant target="test" buildfile="src/BantamTech.SysCache/syscache.build" /> + <!-- if this was a clover enabled build then generate the clover reports for it --> <call target="coverage-report" if="${clover.enabled}" /> |