MDL-29509 fix maturity flag

This commit is contained in:
Petr Skoda 2011-09-25 20:26:51 +02:00
parent dd51f9b1c5
commit 5e8cc8462b
3 changed files with 3 additions and 3 deletions

View File

@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
$plugin->requires = 2011092100; // Requires this Moodle version
$plugin->component = 'tool_generator'; // Full name of the plugin (used for diagnostics)
$maturity = MATURITY_ALPHA; // this version's maturity level
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level

View File

@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
$plugin->requires = 2011092100; // Requires this Moodle version
$plugin->component = 'tool_health'; // Full name of the plugin (used for diagnostics)
$maturity = MATURITY_ALPHA; // this version's maturity level
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level

View File

@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
$plugin->requires = 2011092100; // Requires this Moodle version
$plugin->component = 'tool_replace'; // Full name of the plugin (used for diagnostics)
$maturity = MATURITY_ALPHA; // this version's maturity level
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level