OSDN Git Service

- followed Plugin naming convention change.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Mon, 18 May 2009 03:08:02 +0000 (03:08 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Mon, 18 May 2009 03:08:02 +0000 (03:08 +0000)
class/Plugin/Generator/Project.php
skel/app.plugin.filter.default.php

index 4fb915a..b4a2dfc 100644 (file)
@@ -145,7 +145,7 @@ class Ethna_Plugin_Generator_Project extends Ethna_Plugin_Generator
             "app.actionform.php" => sprintf("$basedir/app/%s_ActionForm.php", $macro['project_id']),
             "app.viewclass.php" => sprintf("$basedir/app/%s_ViewClass.php", $macro['project_id']),
             "app.action.default.php" => "$basedir/app/action/Index.php",
-            "app.plugin.filter.default.php" => sprintf("$basedir/app/plugin/Filter/%s_Plugin_Filter_ExecutionTime.php", $macro['project_id']),
+            "app.plugin.filter.default.php" => sprintf("$basedir/app/plugin/Filter/ExecutionTime.php", $macro['project_id']),
             "app.view.default.php" => "$basedir/app/view/Index.php",
             "app.unittest.php" => sprintf("$basedir/app/%s_UnitTestManager.php", $macro['project_id']),
             "app.url_handler.php" => sprintf("$basedir/app/%s_UrlHandler.php", $macro['project_id']),
index b6a0098..034210f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  {$project_id}_Plugin_Filter_ExecutionTime.php
+ *  Ethna_Plugin_Filter_ExecutionTime.php
  *
  *  @author     {$author}
  *  @package    {$project_id}
@@ -14,7 +14,7 @@
  *  @access     public
  *  @package    {$project_id}
  */
-class {$project_id}_Plugin_Filter_ExecutionTime extends Ethna_Plugin_Filter
+class Ethna_Plugin_Filter_ExecutionTime extends Ethna_Plugin_Filter
 {
     /**#@+
      *  @access private