Files
com_ajaxdemo/ajaxdemo.xml
alan 6356280cb1 Version 1.1.0 released
git-svn-id: svn://p-o.co.uk/p-o.co.uk/com_ajaxdemo@60 60e5ea7b-c093-dd11-ac13-000423648166
2012-03-29 11:21:27 +00:00

56 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="1.6" method="upgrade">
<name>Ajaxdemo</name>
<creationDate>March 2010</creationDate>
<author>Persistent Objects Ltd</author>
<authorEmail>ahicks@p-o.co.uk</authorEmail>
<authorUrl>http://p-o.co.uk</authorUrl>
<copyright>Copyright Persistent Objects 2010-2012</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>1.1.0</version>
<description>Joomla Component to demonstrate Ajax with Mootools to create a rich and efficient popup user interface.
Just add a menu item of type 'Ajaxdemo/Colour List Layout' to see it in action
</description>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<filename>controller.php</filename>
<filename>ajaxdemo.php</filename>
<folder>images</folder>
<folder>controllers</folder>
<folder>models</folder>
<folder>views</folder>
</files>
<administration>
<files folder="admin">
<filename>index.html</filename>
<filename>controller.php</filename>
<filename>ajaxdemo.php</filename>
<folder>controllers</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<menu>Ajaxdemo</menu>
<submenu>
<menu link="option=com_ajaxdemo&amp;view=ajaxdemo">Ajaxdemo</menu>
</submenu>
</administration>
</extension>