diff options
| author | Sem <sembrestels@riseup.net> | 2012-07-08 09:48:50 +0200 | 
|---|---|---|
| committer | Sem <sembrestels@riseup.net> | 2012-07-08 09:48:50 +0200 | 
| commit | 17c28c8161e8c551ce4e4a1345e525cbb785fb59 (patch) | |
| tree | c5e650d7ccb11fe172318ff1dd7e2eddabfd08d3 /documentation | |
| parent | 7fd67bc8ac6882f1a73aa7f8f907cd6c2a694272 (diff) | |
| download | elgg-17c28c8161e8c551ce4e4a1345e525cbb785fb59.tar.gz elgg-17c28c8161e8c551ce4e4a1345e525cbb785fb59.tar.bz2  | |
Fixes #3646. Added suport for Repository, Bugtracker and Donations in manifest.
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/info/manifest.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/info/manifest.xml b/documentation/info/manifest.xml index baa6cc3fa..494158481 100644 --- a/documentation/info/manifest.xml +++ b/documentation/info/manifest.xml @@ -6,6 +6,9 @@  	<blurb>A concise description.</blurb>  	<description>This is a longer, more interesting description of my plugin, its features, and other important information.</description>  	<website>http://www.elgg.org/</website> +	<repository>https://github.com/Elgg/Elgg</repository> +	<bugtracker>http://trac.elgg.org</bugtracker> +	<donations>http://elgg.org/supporter.php</donations>  	<copyright>(C) Elgg 2011</copyright>  	<license>GNU General Public License version 2</license>  | 
