Skip to content

Commit

Permalink
minor correction to build file
Browse files Browse the repository at this point in the history
addition of collections library in readme


SVN: trunk@1112
  • Loading branch information
Mike Doerfler committed Dec 2, 2004
1 parent d563eea commit 22d4159
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
4 changes: 2 additions & 2 deletions NHibernateSolution.build
Expand Up @@ -247,8 +247,8 @@
</delete>

</target>
<!--depends="test sdkdoc" -->
<target name="package" description="Creates Zip files for the File Release System on SourceForge">

<target name="package" depends="test sdkdoc" description="Creates Zip files for the File Release System on SourceForge">
<copy todir="${build.dir}">
<fileset>
<!-- copy framework nuetral dlls -->
Expand Down
32 changes: 21 additions & 11 deletions readme.html
Expand Up @@ -9,19 +9,21 @@ <h1>Welcome to NHibernate.</h1>
</p>
<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>.
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>.
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
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
developed in NHibernate (yet).
Expand All @@ -42,17 +44,25 @@ <h2>Licenses</h2>
(http://www.apache.org/).
</p>
<ul>
<li>
log4net</li>
<li>log4net</li>
</ul>
<p>
This product includes source code derived from a sample written by Mattias
Sjogren.
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>
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>
</html>

0 comments on commit 22d4159

Please sign in to comment.