Revision: 4634
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4634&view=rev
Author: fabiomaulo
Date: 2009-07-15 13:42:29 +0000 (Wed, 15 Jul 2009)
Log Message:
-----------
Minor
Modified Paths:
--------------
branches/2.1.x/nhibernate/sample build commands.txt
Modified: branches/2.1.x/nhibernate/sample build commands.txt
===================================================================
--- branches/2.1.x/nhibernate/sample build commands.txt 2009-07-14 22:56:24 UTC (rev 4633)
+++ branches/2.1.x/nhibernate/sample build commands.txt 2009-07-15 13:42:29 UTC (rev 4634)
@@ -31,5 +31,10 @@
## Build Only The Core
NAnt -D:with.core.only=true
+## Build API documentation (you should have Sandcastle installed)
+Nant api
+## Build reference manual
+Nant manual
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|