-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcivigroupsync.xml
56 lines (49 loc) · 1.96 KB
/
civigroupsync.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="1.6.0" method="upgrade">
<name>CiviGroupSync</name>
<creationDate>2011-07-23</creationDate>
<copyright>Copyright (C) 2015. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Brian Shaughnessy</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.lcdservices.biz</authorUrl>
<version>2.1.0</version>
<description>Sync CiviCRM groups with Joomla ACL groups. Using this tool you can dynamically manage access control based on CiviCRM group subscription.</description>
<scriptfile>script.php</scriptfile>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<files folder="components/com_civigroupsync">
<filename>index.html</filename>
</files>
<administration>
<menu link="option=com_civigroupsync&view=synchronizationrules" view="synchronizationrules" img="class:component" alt="CiviCRM Group Sync">COM_CIVIGROUPSYNC</menu>
<files folder="administrator/components/com_civigroupsync">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>civigroupsync.php</filename>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<languages folder="administrator/language/en-GB">
<language tag="en-GB">en-GB.com_civigroupsync.ini</language>
<language tag="en-GB">en-GB.com_civigroupsync.sys.ini</language>
</languages>
</administration>
<plugins>
<plugin folder="plugins/system" plugin="civigroupsync" name="CiviCRM Group Sync" group="system" />
</plugins>
</extension>