diff options
Diffstat (limited to 'mod/developers/manifest.xml')
-rw-r--r-- | mod/developers/manifest.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml new file mode 100644 index 000000000..23e726e2b --- /dev/null +++ b/mod/developers/manifest.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Elgg Developer Tools</name> + <author>Core developers</author> + <version>1.0</version> + <category>bundled</category> + <category>development</category> + <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>https://github.com/Elgg/Elgg/issues</bugtracker> + <copyright>See COPYRIGHT.txt</copyright> + <license>GNU General Public License version 2</license> + + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest> |