[Abtlinux-svn] SF.net SVN: abtlinux: [293] src/trunk/AbtPackage.rb
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2007-02-25 21:22:30
|
Revision: 293 http://svn.sourceforge.net/abtlinux/?rev=293&view=rev Author: eschabell Date: 2007-02-25 13:22:30 -0800 (Sun, 25 Feb 2007) Log Message: ----------- Added todo for post action. Modified Paths: -------------- src/trunk/AbtPackage.rb Modified: src/trunk/AbtPackage.rb =================================================================== --- src/trunk/AbtPackage.rb 2007-02-25 20:58:56 UTC (rev 292) +++ src/trunk/AbtPackage.rb 2007-02-25 21:22:30 UTC (rev 293) @@ -285,6 +285,8 @@ # <b>RETURNS:</b> <i>boolean</i> - True if the completes sucessfully, otherwise false. ## def post + # TODO: implement me! + return true end ## This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |