Update of /cvsroot/nhibernate/nhibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23928
Modified Files:
NHibernateSolution.build readme.html
Log Message:
Includes excludes for resharper and includes for DynamicProxy
Index: readme.html
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/readme.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** readme.html 2 Dec 2004 20:50:41 -0000 1.13
--- readme.html 27 Dec 2004 23:12:29 -0000 1.14
***************
*** 48,51 ****
--- 48,58 ----
</ul>
<p>
+ This product uses software copyrighted by DigitalCraftsmen (http://www.digitalcraftsmen.com.br)
+ that is Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
+ </p>
+ <ul>
+ <li>Castle.DynamicProxy</li>
+ </ul>
+ <p>
This product includes source code derived from a sample written by Mattias Sjogren.
</p>
Index: NHibernateSolution.build
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** NHibernateSolution.build 27 Dec 2004 22:14:06 -0000 1.21
--- NHibernateSolution.build 27 Dec 2004 23:12:29 -0000 1.22
***************
*** 312,315 ****
--- 312,319 ----
<excludes name="**/obj/**" />
+ <!-- exclude ReSharper stuff -->
+ <excludes name="**/_ReSharper*" />
+ <excludes name="**/*.resharperoptions" />
+
<!-- exclude any keys that exist on the build machine -->
<excludes name="**/*.snk" />
|