62 lines
2.2 KiB
XML
62 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension version="3.0" type="component" method="upgrade">
|
|
<name>com_j2xml</name>
|
|
<creationDate>06 March 2023</creationDate>
|
|
<author>Helios Ciancio</author>
|
|
<authorUrl>www.eshiol.it</authorUrl>
|
|
<authorEmail>info (at) eshiol (dot) it</authorEmail>
|
|
<copyright><![CDATA[(C) 2010 - 2023 Helios Ciancio <info (at) eshiol (dot) it> (https://www.eshiol.it). All Rights Reserved.
|
|
]]></copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL v3</license>
|
|
<version>3.9.229-rc1</version>
|
|
<description>COM_J2XML_XML_DESCRIPTION</description>
|
|
<install>
|
|
<sql>
|
|
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
|
|
<file driver="postgresql" charset="utf8">sql/install.postgresql.utf8.sql</file>
|
|
</sql>
|
|
</install>
|
|
<uninstall>
|
|
<sql>
|
|
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
|
|
<file driver="postgresql" charset="utf8">sql/uninstall.postgresql.utf8.sql</file>
|
|
</sql>
|
|
</uninstall>
|
|
<update>
|
|
<schemas>
|
|
<schemapath type="mysql">sql/updates/mysql</schemapath>
|
|
<schemapath type="postgresql">sql/updates/postgresql</schemapath>
|
|
</schemas>
|
|
</update>
|
|
<files folder="site">
|
|
<filename>j2xml.php</filename>
|
|
<folder>controllers</folder>
|
|
<folder>helpers</folder>
|
|
</files>
|
|
<administration>
|
|
<!-- Administration Menu Section -->
|
|
<menu>com_j2xml</menu>
|
|
<!-- Administration Main File Copy Section -->
|
|
<!-- Note the folder attribute: This attribute describes the folder
|
|
to copy FROM in the package to install therefore files copied
|
|
in this section are copied from /admin/ in the package -->
|
|
<files folder="admin">
|
|
<filename>j2xml.php</filename>
|
|
<filename>access.xml</filename>
|
|
<filename>config.xml</filename>
|
|
<filename>controller.php</filename>
|
|
<folder>controllers</folder>
|
|
<folder>models</folder>
|
|
<folder>sql</folder>
|
|
<folder>views</folder>
|
|
</files>
|
|
<languages folder="admin/language">
|
|
<language tag="en-GB">en-GB/en-GB.com_j2xml.ini</language>
|
|
<language tag="en-GB">en-GB/en-GB.com_j2xml.sys.ini</language>
|
|
</languages>
|
|
</administration>
|
|
<media destination="com_j2xml" folder="media">
|
|
<folder>js</folder>
|
|
</media>
|
|
</extension>
|