aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/manifest.xml
blob: 407c65bf1ae23402351bab3025883bc21ee18cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Elgg Developer Tools</name>
	<author>Cash Costello</author>
	<version>1.0</version>
	<blurb>Developer tools</blurb>
	<description>A set of tools for writing plugins and themes.</description>
	<website>http://www.elgg.org/</website>
	<copyright>(C) Cash Costello 2011</copyright>
	<license>GNU Public License version 2</license>

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

	<category>Development</category>
	<admin_interface>advanced</admin_interface>

</plugin_manifest>