aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/test_files/plugin_18/manifest.xml
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-02 23:00:23 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-02 23:00:23 +0000
commitfc21edb0785f2cac11dc592278fad97fffeeb082 (patch)
tree24047873840c5931766abaa5b15a73c0692e7565 /engine/tests/test_files/plugin_18/manifest.xml
parenta826bea54e8934c19b2ada619d966cc7d9628b42 (diff)
downloadelgg-fc21edb0785f2cac11dc592278fad97fffeeb082.tar.gz
elgg-fc21edb0785f2cac11dc592278fad97fffeeb082.tar.bz2
Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPluginManifest with ElggPlugin. System now uses ElggPlugin objects to determin plugins. Order is stored in private settings. This absolutely requires running upgrade.php.
git-svn-id: http://code.elgg.org/elgg/trunk@7817 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/tests/test_files/plugin_18/manifest.xml')
-rw-r--r--engine/tests/test_files/plugin_18/manifest.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml
index 454a418f6..69166c89c 100644
--- a/engine/tests/test_files/plugin_18/manifest.xml
+++ b/engine/tests/test_files/plugin_18/manifest.xml
@@ -34,11 +34,10 @@
<category>ServiceAPI</category>
- <admin>
- <on_enable>setup_function</on_enable>
- <on_disable>teardown_function</on_disable>
- <interface_type>simple</interface_type>
- </admin>
+ <on_activate>setup_function</on_activate>
+ <on_deactivate>teardown_function</on_deactivate>
+ <admin_interface>simple</admin_interface>
+ <activate_on_install>true</activate_on_install>
<requires>
<type>php_extension</type>
@@ -94,4 +93,4 @@
<version>1.0</version>
</provides>
-</plugin_manifest> \ No newline at end of file
+</plugin_manifest>