MINOR package information for ModuleManager

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65021 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-01 13:24:14 +00:00
parent 7239db8c1b
commit b81ecaaa3f

View File

@ -1,5 +1,4 @@
<?php <?php
/** /**
* This is part of the developer tools, and is responsible for installing and uninstalling modules. * This is part of the developer tools, and is responsible for installing and uninstalling modules.
* *
@ -10,6 +9,9 @@
* *
* cd /my/project/ * cd /my/project/
* sake dev/modules/add ecommerce * sake dev/modules/add ecommerce
*
* @package sapphire
* @subpackage dev
*/ */
class ModuleManager extends RequestHandler { class ModuleManager extends RequestHandler {
protected $moduleBase = "http://svn.silverstripe.com/open/modules/"; protected $moduleBase = "http://svn.silverstripe.com/open/modules/";