diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:25:52 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-04 21:25:52 +0000 | 
| commit | d05471b1ad10cf4fe68687edad52a9ab1d2da379 (patch) | |
| tree | fb1c061a9071a06a30a3421399be8166af87d16f | |
| parent | 95515b7de6665a6f3a11b9d6b7b3c644ddcc61bb (diff) | |
| download | elgg-d05471b1ad10cf4fe68687edad52a9ab1d2da379.tar.gz elgg-d05471b1ad10cf4fe68687edad52a9ab1d2da379.tar.bz2 | |
Added priority requires to example manifest.
git-svn-id: http://code.elgg.org/elgg/trunk@8018 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | documentation/examples/plugins/manifest.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml index 34dc82d2f..1c14a3990 100644 --- a/documentation/examples/plugins/manifest.xml +++ b/documentation/examples/plugins/manifest.xml @@ -72,6 +72,12 @@  		<comparison>lt</comparison>  	</requires> +	<requires> +		<type>priority</type> +		<priority>after</priority> +		<name>blog</name> +	</requires> +  	<conflicts>  		<type>plugin</type>  		<name>profile_api</name> | 
