-
Notifications
You must be signed in to change notification settings - Fork 15
/
redmigrator.xml
executable file
·77 lines (70 loc) · 2.54 KB
/
redmigrator.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5.0" method="upgrade">
<name>COM_REDMIGRATOR</name>
<author>redCOMPONENT</author>
<authorEmail>email@redcomponent.com</authorEmail>
<authorUrl>http://www.redcomponent.com</authorUrl>
<copyright>Copyright (C) 2005 - 2015 redCOMPONENT.com. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later.</license>
<creationDate>March 2015</creationDate>
<version>1.6.0</version>
<description>COM_REDMIGRATOR_DESC</description>
<scriptfile>install.php</scriptfile>
<redcore version="1.4.13" />
<install folder="component/admin">
<sql>
<file driver="mysql" charset="utf8">sql/install/mysql/install.sql</file>
<file driver="mysqli" charset="utf8">sql/install/mysql/install.sql</file>
</sql>
</install>
<uninstall folder="component/admin">
<sql>
<file driver="mysql" charset="utf8">sql/install/mysql/uninstall.sql</file>
<file driver="mysqli" charset="utf8">sql/install/mysql/uninstall.sql</file>
</sql>
</uninstall>
<update folder="component/admin">
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
<schemapath type="mysqli">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="component/site">
<filename>index.html</filename>
</files>
<administration>
<menu view="cpanel" img="components/com_redmigrator/images/redmigrator.png">COM_REDMIGRATOR</menu>
<files folder="component/admin">
<folder>controllers</folder>
<folder>css</folder>
<folder>helpers</folder>
<folder>images</folder>
<folder>includes</folder>
<folder>js</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>views</folder>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>redmigrator.php</filename>
</files>
<languages folder="component/admin/language">
<language tag="en-GB">en-GB/en-GB.com_redmigrator.ini</language>
<language tag="en-GB">en-GB/en-GB.com_redmigrator.sys.ini</language>
</languages>
</administration>
<!-- Libraries to install -->
<libraries>
<!-- library name="redmigrator" /-->
</libraries>
<!-- Modules to install with the component -->
<modules>
<!--module name="mod_remigrator" client="site" /-->
</modules>
<!-- Plugins to install -->
<plugins>
<!-- plugin name="redmigrator" group="system" /-->
</plugins>
</extension>