Set Spring.build to allow compilation on x64 machines with NAnt 0.86 (sysinfo failonerror=false) and fixed NHibernate test build file

This commit is contained in:
lahma
2009-07-24 15:42:43 +00:00
parent 073a6cb39d
commit bf2fc3df7b
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,9 @@
using System.Collections;
using System.IO;
using NHibernate;
#if NH_2_1
using NHibernate.ByteCode.LinFu;
#endif
using NHibernate.Cfg;
using NHibernate.Connection;
using NHibernate.Dialect;