Created
March 14, 2012 03:07
-
-
Save gnomeontherun/2033722 to your computer and use it in GitHub Desktop.
Sample Square One Distribution Package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<extension type="distribution"> | |
<name>Cornerstone</name> | |
<description>A distribution for Square One with the cornerstone Joomla extensions.</description> | |
<extensions> | |
<extension name="Load Module Content Plugin" element="loadmodule" type="plugin" folder="content" version="2.5.0" detailsurl="http://update.squareonecms.org/extensions/plg_content_loadmodule.xml"/> | |
<extension name="JCE Editor" type="component" element="com_jce" version="2.5.0" detailsurl="https://www.joomlacontenteditor.net/index.php?option=com_updates&view=update&format=xml&id=1" /> | |
<extension name="Akeeba Backup" type="component" element="com_akeeba" version="2.5.0" detailsurl="http://cdn.akeebabackup.com/updates/abcore.xml" /> | |
<extension name="XMap Sitemap" type="component" element="com_xmap" version="2.5.0" detailsurl="pkg_com_xmap-2.2.1.zip" /> | |
</extensions> | |
<install> | |
<sql> | |
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file> | |
</sql> | |
</install> | |
<scriptfile>scripts/script.php</scriptfile> | |
</extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment