diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-16 22:15:58 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-16 22:15:58 -0400 |
commit | 6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535 (patch) | |
tree | 21eec1f05deefefa54aa5b0f03c5ab7aa4360297 /mod | |
parent | 2e0cc0343715adec8a0843750016f89acc3c2394 (diff) | |
parent | 037eacc4a5015dc048c4fff080349aa96a9b918e (diff) | |
download | elgg-6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535.tar.gz elgg-6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535.tar.bz2 |
Merge pull request #304 from sembrestels/donate-manifest
Code, Report issue and Donate links in manifest
Diffstat (limited to 'mod')
-rw-r--r-- | mod/developers/manifest.xml | 1 | ||||
-rw-r--r-- | mod/messages/manifest.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml index 93a12945d..e31998872 100644 --- a/mod/developers/manifest.xml +++ b/mod/developers/manifest.xml @@ -8,6 +8,7 @@ <blurb>Developer tools for Elgg</blurb> <description>A set of tools for writing plugins and themes. It is recommended that you have this plugin at the top of the plugin list.</description> <website>http://www.elgg.org/</website> + <bugtracker>http://trac.elgg.org</bugtracker> <copyright>See COPYRIGHT.txt</copyright> <license>GNU General Public License version 2</license> diff --git a/mod/messages/manifest.xml b/mod/messages/manifest.xml index 73a58d9d4..6e3462901 100644 --- a/mod/messages/manifest.xml +++ b/mod/messages/manifest.xml @@ -6,8 +6,8 @@ <category>bundled</category> <category>communication</category> <description>Elgg internal messages plugin. This plugin lets user send each other messages.</description> - <copyright>See COPYRIGHT.txt</copyright> <website>http://www.elgg.org/</website> + <copyright>See COPYRIGHT.txt</copyright> <license>GNU General Public License version 2</license> <requires> <type>elgg_release</type> |