aboutsummaryrefslogtreecommitdiff
path: root/mod/event_connect/manifest.xml
blob: 592ab3d6efa4f47bffcdcfb53f8c7b7561987353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>iCal import</name>
	<author>Julien Crestin &lt;jcrestin@human-connect.com&gt;, Sembrestels  &lt;sembrestels@lorea.org&gt;</author>
	<version>0.6-dev</version>
	<category>unbundled</category>
	<category>content</category>
	<category>widget</category>
	<category>events</category>
	<description>Elgg event connector plugin. Export/Import events.</description>
	<website>http://lorea.org</website>
	<copyright>(C) Julien Crestin 2010-2011, Lorea 2012</copyright>
	<license>GNU General Public License version 2</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
	<requires>
		<type>plugin</type>
		<name>event_calendar</name>
	</requires>
	<requires>
		<type>priority</type>
		<priority>after</priority>
		<plugin>event_calendar</plugin>
	</requires>
	<activate_on_install>true</activate_on_install>
</plugin_manifest>