From: <fab...@us...> - 2009-07-15 13:43:27
|
Revision: 4635 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4635&view=rev Author: fabiomaulo Date: 2009-07-15 13:43:22 +0000 (Wed, 15 Jul 2009) Log Message: ----------- Minor (examples to create API doc) Modified Paths: -------------- trunk/nhibernate/sample build commands.txt Modified: trunk/nhibernate/sample build commands.txt =================================================================== --- trunk/nhibernate/sample build commands.txt 2009-07-15 13:42:29 UTC (rev 4634) +++ trunk/nhibernate/sample build commands.txt 2009-07-15 13:43:22 UTC (rev 4635) @@ -31,5 +31,9 @@ ## 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. |