aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/manifest.xml
blob: e31998872eaa9fa1f727154818df791b7130048b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>http://trac.elgg.org</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>