forked from qawemlilo/com_quantumfp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquantumfp.xml
More file actions
61 lines (57 loc) · 2.11 KB
/
quantumfp.xml
File metadata and controls
61 lines (57 loc) · 2.11 KB
1
<?xml version="1.0" encoding="utf-8"?><extension type="component" version="1.6.0" method="upgrade"> <name>Quantum FP</name> <!-- The following elements are optional and free of formatting constraints --> <creationDate>20 July 2011</creationDate> <author>Qawelesizwe Mlilo</author> <authorEmail>qawemlilo@gmail.com</authorEmail> <authorUrl>https://plus.google.com/u/0/111595084798587457827/about</authorUrl> <copyright>Raging Flame 2011</copyright> <license>2011 Raging Flame</license> <!-- The version string is recorded in the components table --> <version>0.0.5</version> <!-- The description is optional and defaults to the name --> <description>Client Management System</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> <!-- Runs on update; New in 1.6 --> <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>quantumfp.php</filename> <filename>controller.php</filename> <folder>models</folder> <folder>views</folder> <folder>files</folder> </files> <administration> <!-- Administration Menu Section --> <menu>Client Management System</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>quantumfp.php</filename> <!-- SQL files section --> <folder>sql</folder> </files> </administration> </extension>