From: Michael D. <mik...@us...> - 2004-08-10 16:14:56
|
Update of /cvsroot/nhibernate/nhibernate/src/HashCodeProvider In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6822/src/HashCodeProvider Modified Files: HashCodeProvider.build Log Message: Added /key switch. Did not make this capable of building without a key because I don't see why anyone would need to rebuild this. If they know what they are doing with IL then I assume they know how to edit nant or just use the command line since there is only 1 file. Index: HashCodeProvider.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/HashCodeProvider/HashCodeProvider.build,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HashCodeProvider.build 22 Jul 2004 13:30:01 -0000 1.1 --- HashCodeProvider.build 10 Aug 2004 16:14:47 -0000 1.2 *************** *** 10,14 **** <exec program="${nant.settings.currentframework.frameworkdirectory}\ilasm" ! commandline="HashCodeProvider.il /dll /output:..\..\external-bin\HashCodeProvider.dll" /> <copy file="HashCodeProvider.license.txt" todir="../../external-bin" /> --- 10,14 ---- <exec program="${nant.settings.currentframework.frameworkdirectory}\ilasm" ! commandline="HashCodeProvider.il /dll /output:..\..\external-bin\HashCodeProvider.dll /key:..\NHibernate.snk" /> <copy file="HashCodeProvider.license.txt" todir="../../external-bin" /> |