aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/test_files/plugin_18/manifest.xml
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:45:55 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-04 21:45:55 +0000
commit595ebfe0b3771df92055334bfe5da8b29c840c3b (patch)
tree7e8c94dc64423cd7f9b5ae73809f52cc4888d896 /engine/tests/test_files/plugin_18/manifest.xml
parentd05471b1ad10cf4fe68687edad52a9ab1d2da379 (diff)
downloadelgg-595ebfe0b3771df92055334bfe5da8b29c840c3b.tar.gz
elgg-595ebfe0b3771df92055334bfe5da8b29c840c3b.tar.bz2
Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs.
git-svn-id: http://code.elgg.org/elgg/trunk@8019 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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml
index 69166c89c..2a4d72c65 100644
--- a/engine/tests/test_files/plugin_18/manifest.xml
+++ b/engine/tests/test_files/plugin_18/manifest.xml
@@ -75,6 +75,12 @@
<comparison>lt</comparison>
</requires>
+ <requires>
+ <type>priority</type>
+ <priority>after</priority>
+ <plugin>profile</plugin>
+ </requires>
+
<conflicts>
<type>plugin</type>
<name>profile_api</name>