From: <fab...@us...> - 2010-08-25 12:23:34
|
Revision: 5168 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5168&view=rev Author: fabiomaulo Date: 2010-08-25 12:23:28 +0000 (Wed, 25 Aug 2010) Log Message: ----------- Fixed Nant scripts Modified Paths: -------------- trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build Modified: trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build =================================================================== --- trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build 2010-08-25 11:59:51 UTC (rev 5167) +++ trunk/nhibernate/src/NHibernate.ByteCode.Castle/ByteCode.build 2010-08-25 12:23:28 UTC (rev 5168) @@ -24,7 +24,6 @@ <include name="System.dll" /> <include name="Iesi.Collections.dll" /> <include name="Castle.Core.dll" /> - <include name="Castle.DynamicProxy2.dll" /> <include name="NHibernate.dll" /> </assemblyfileset> Modified: trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build =================================================================== --- trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build 2010-08-25 11:59:51 UTC (rev 5167) +++ trunk/nhibernate/src/NHibernate.ByteCode.Castle.Tests/ByteCode.Test.build 2010-08-25 12:23:28 UTC (rev 5168) @@ -26,7 +26,6 @@ <include name="Iesi.Collections.dll" /> <include name="log4net.dll" /> <include name="Castle.Core.dll" /> - <include name="Castle.DynamicProxy2.dll" /> <include name="NHibernate.dll" /> <include name="NHibernate.ByteCode.Castle.dll" /> <include name="nunit.framework.dll"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |