Skip to content

Commit

Permalink
Added priority requires to example manifest.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.elgg.org/elgg/trunk@8018 36083f99-b078-4883-b0ff-0f9b5a30f544
  • Loading branch information
brettp committed Feb 4, 2011
1 parent 95515b7 commit d05471b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/examples/plugins/manifest.xml
Expand Up @@ -72,6 +72,12 @@
<comparison>lt</comparison> <comparison>lt</comparison>
</requires> </requires>


<requires>
<type>priority</type>
<priority>after</priority>
<name>blog</name>
</requires>

<conflicts> <conflicts>
<type>plugin</type> <type>plugin</type>
<name>profile_api</name> <name>profile_api</name>
Expand Down

0 comments on commit d05471b

Please sign in to comment.