Author: david
Date: Mon Feb 14 11:36:02 2011
New Revision: 8973

Log:
Move nested set build to propel namespace

Added:
   trunk/lib/task/propelBuildNestedSetTask.class.php
      - copied, changed from r8972, trunk/lib/task/nestedsetBuildTask.class.php
Deleted:
   trunk/lib/task/nestedsetBuildTask.class.php

Copied and modified: trunk/lib/task/propelBuildNestedSetTask.class.php (from 
r8972, trunk/lib/task/nestedsetBuildTask.class.php)
==============================================================================
--- trunk/lib/task/nestedsetBuildTask.class.php Mon Feb 14 00:02:39 2011        
(r8972, copy source)
+++ trunk/lib/task/propelBuildNestedSetTask.class.php   Mon Feb 14 11:36:02 
2011        (r8973)
@@ -25,7 +25,7 @@
  * @author     David Juhasz <[email protected]>
  * @version    SVN: $Id$
  */
-class nestedsetBuildTask extends sfBaseTask
+class propelBuildNestedSetTask extends sfBaseTask
 {
   /**
    * @see sfTask
@@ -41,8 +41,8 @@
       new sfCommandOption('connection', null, 
sfCommandOption::PARAMETER_REQUIRED, 'The connection name', 'propel'),
     ));
 
-    $this->namespace = 'nestedset';
-    $this->name = 'build';
+    $this->namespace = 'propel';
+    $this->name = 'buildNestedSet';
     $this->briefDescription = 'Build all nested set values.';
 
     $this->detailedDescription = <<<EOF

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to