aboutsummaryrefslogtreecommitdiff
path: root/mod/messageboard
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-11 18:05:38 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-11 18:05:38 +0000
commitd8f9c48d8684533dfe21ad5baa0748b264616b42 (patch)
treee8edc208d2a4c977bc5c9595cc9577e481e74441 /mod/messageboard
parenta464f55feefd3252039a2fafc9cf95567e78cd95 (diff)
downloadelgg-d8f9c48d8684533dfe21ad5baa0748b264616b42.tar.gz
elgg-d8f9c48d8684533dfe21ad5baa0748b264616b42.tar.bz2
Converted all manifest files to 1.8 style
git-svn-id: http://code.elgg.org/elgg/trunk@8111 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messageboard')
-rw-r--r--mod/messageboard/manifest.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/mod/messageboard/manifest.xml b/mod/messageboard/manifest.xml
index 09c59e036..d3a5d6498 100644
--- a/mod/messageboard/manifest.xml
+++ b/mod/messageboard/manifest.xml
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<plugin_manifest>
- <field key="author" value="Curverider" />
- <field key="version" value="1.7" />
- <field key="description" value="This plugin allows users to put a message board on their profile for other users to post comments." />
- <field key="website" value="http://www.elgg.org/" />
- <field key="copyright" value="(C) Curverider 2008-2010" />
- <field key="licence" value="GNU Public License version 2" />
- <field key="elgg_version" value="2010030101" />
- <field key="activate_on_install" value="true" />
- <field key="admin_interface" value="simple" />
+<plugin_manifest version="1.8">
+ <name>Message Board</name>
+ <author>Curverider</author>
+ <version>1.7</version>
+ <description>This plugin allows users to put a message board on their profile for other users to post comments.</description>
+ <website>http://www.elgg.org/</website>
+ <copyright>(C) Curverider 2008-2010</copyright>
+ <license>GNU Public License version 2</license>
+ <requires>
+ <type>elgg_version</type>
+ <version>2010030101</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+ <admin_interface>simple</admin_interface>
</plugin_manifest>