From: Michael D. <mik...@us...> - 2004-12-02 20:50:50
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30406 Modified Files: NHibernateSolution.build readme.html Log Message: minor correction to build file addition of collections library in readme Index: readme.html =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/readme.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** readme.html 12 Oct 2004 22:57:36 -0000 1.12 --- readme.html 2 Dec 2004 20:50:41 -0000 1.13 *************** *** 10,26 **** <h2>Latest Version</h2> <p> ! Details of the latest version of NHibernate can be found on SourceForge at <a href="http://sourceforge.net/projects/nhibernate"> ! http://sourceforge.net/projects/nhibernate</a>. </p> <h2>Documentation</h2> <p> Documentation is very thin right now. We are working on documenting the code as ! it is being developed. The API documentation is in MSDN format thanks to <a href="http://sourceforge.net/projects/ndoc"> ! NDoc</a>. </p> <p> We will ride the coat tails of Hibernate's excellent documentation for a while. ! The Hibernate documentation for the version we are porting can be found at <a href="http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/"> ! http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/ </a>. The first few docs will be describing the subtle differences between NHibernate and Hibernate - including the features found in Hibernate that have not been --- 10,28 ---- <h2>Latest Version</h2> <p> ! Details of the latest version of NHibernate can be found on SourceForge at ! <a href="http://sourceforge.net/projects/nhibernate"> ! http://sourceforge.net/projects/nhibernate</a>. </p> <h2>Documentation</h2> <p> Documentation is very thin right now. We are working on documenting the code as ! it is being developed. The API documentation is in MSDN format thanks to ! <a href="http://sourceforge.net/projects/ndoc">NDoc</a>. </p> <p> We will ride the coat tails of Hibernate's excellent documentation for a while. ! The Hibernate documentation for the version we are porting can be found at ! <a href="http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/"> ! http://nhibernate.sourceforge.net/h2.0.3-docs/reference/html/ </a>. The first few docs will be describing the subtle differences between NHibernate and Hibernate - including the features found in Hibernate that have not been *************** *** 43,57 **** </p> <ul> ! <li> ! log4net</li> </ul> <p> ! This product includes source code derived from a sample written by Mattias ! Sjogren. </p> <ul> <li> HashCodeProvider - original code can be found at <a href="http://www.msjogren.net/dotnet/eng/samples/misc.asp"> ! http://www.msjogren.net/dotnet/eng/samples/misc.asp</a></li> </ul> </body> --- 45,67 ---- </p> <ul> ! <li>log4net</li> </ul> <p> ! This product includes source code derived from a sample written by Mattias Sjogren. </p> <ul> <li> HashCodeProvider - original code can be found at <a href="http://www.msjogren.net/dotnet/eng/samples/misc.asp"> ! http://www.msjogren.net/dotnet/eng/samples/misc.asp</a> ! </li> ! </ul> ! <p> ! This product includes source code from an article written by Jason Smith. ! </p> ! <ul> ! <li> ! Iesi.Collections - original code can be found at <a href="http://www.codeproject.com/csharp/sets.asp"> ! Add Support for "Set" Collections to .NET</a> ! </li> </ul> </body> Index: NHibernateSolution.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/NHibernateSolution.build,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** NHibernateSolution.build 2 Dec 2004 19:32:38 -0000 1.18 --- NHibernateSolution.build 2 Dec 2004 20:50:41 -0000 1.19 *************** *** 248,253 **** </target> ! <!--depends="test sdkdoc" --> ! <target name="package" description="Creates Zip files for the File Release System on SourceForge"> <copy todir="${build.dir}"> <fileset> --- 248,253 ---- </target> ! ! <target name="package" depends="test sdkdoc" description="Creates Zip files for the File Release System on SourceForge"> <copy todir="${build.dir}"> <fileset> |