From: Michael D. <mik...@us...> - 2004-12-08 01:16:07
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv394/src/BantamTech.SysCache Modified Files: syscache.build Log Message: Added clover target to syscache. Added syscache into sdkdoc target Renamed solution file to NHibernateContrib Index: syscache.build =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache/syscache.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** syscache.build 7 Dec 2004 19:59:16 -0000 1.1 --- syscache.build 8 Dec 2004 01:15:55 -0000 1.2 *************** *** 21,31 **** --> ! <!--if propertytrue="clover.enabled"> <loadtasks assembly="${clover.home}/CloverNAnt-0.84.dll" /> ! </if--> <property name="keyFile" value="..\NHibernate.snk" /> <target name="build"> <attrib file="AssemblyInfo.cs" readonly="false" /> <asminfo output="AssemblyInfo.cs" language="CSharp"> --- 21,40 ---- --> ! <if propertytrue="clover.enabled"> <loadtasks assembly="${clover.home}/CloverNAnt-0.84.dll" /> ! </if> <property name="keyFile" value="..\NHibernate.snk" /> <target name="build"> + <if propertytrue="clover.enabled"> + <clover-setup + initstring="..\..\${clover.db}" + builddir="..\..\${clover.src}\${nant.project.name}" + enabled="${clover.enabled}" + flushinterval="1000" + /> + </if> + <attrib file="AssemblyInfo.cs" readonly="false" /> <asminfo output="AssemblyInfo.cs" language="CSharp"> |