aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/manifest.xml
blob: 25840e1649a9ff13d6cc7d4d2b9e4860cbd782b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>
	<copyright>See COPYRIGHT.txt</copyright>
	<license>GNU Public License version 2</license>

	<requires>
		<type>elgg_version</type>
		<version>2009030802</version>
	</requires>
</plugin_manifest>