Skip to content

Instantly share code, notes, and snippets.

@gnomeontherun
Created March 14, 2012 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnomeontherun/2033722 to your computer and use it in GitHub Desktop.
Save gnomeontherun/2033722 to your computer and use it in GitHub Desktop.
Sample Square One Distribution Package
<?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&amp;view=update&amp;format=xml&amp;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