59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="component" version="3.0" method="upgrade">
|
|
|
|
<name>leaflet</name>
|
|
<!-- The following elements are optional and free of formatting constraints -->
|
|
<creationDate>January 2018</creationDate>
|
|
<author>John Doe</author>
|
|
<authorEmail>john.doe@example.org</authorEmail>
|
|
<authorUrl>http://www.example.org</authorUrl>
|
|
<copyright>Copyright Info</copyright>
|
|
<license>License Info</license>
|
|
<!-- The version string is recorded in the components table -->
|
|
<version>0.0.2</version>
|
|
<!-- The description is optional and defaults to the name -->
|
|
<description>leaflet joomla component</description>
|
|
|
|
<update> <!-- Runs on update; New since J2.5 -->
|
|
<schemas>
|
|
<schemapath type="mysql">sql/updates/mysql</schemapath>
|
|
</schemas>
|
|
</update>
|
|
|
|
<!-- Site 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 /site/ in the package -->
|
|
<files folder="site">
|
|
<filename>index.html</filename>
|
|
<filename>leaflet.php</filename>
|
|
<filename>controller.php</filename>
|
|
<folder>views</folder>
|
|
<folder>assets</folder>
|
|
<folder>models</folder>
|
|
</files>
|
|
|
|
<media destination="com_leaflet" folder="media">
|
|
<filename>index.html</filename>
|
|
<folder>js</folder>
|
|
</media>
|
|
|
|
<administration>
|
|
<!-- Administration Menu Section -->
|
|
<menu link='index.php?option=com_leaflet'>leaflet</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">
|
|
<!-- Admin Main File Copy Section -->
|
|
<filename>index.html</filename>
|
|
<filename>leaflet.php</filename>
|
|
<folder>language</folder>
|
|
<!-- SQL files section -->
|
|
<folder>sql</folder>
|
|
</files>
|
|
</administration>
|
|
|
|
</extension>
|