mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-06 05:17:57 +00:00
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension method="upgrade" type="component" version="2.5.0">
|
|
<name>COM_@@COMPONENTNAMEUPPERCASE@@</name>
|
|
<author>Compojoom.com</author>
|
|
<creationDate>@@DATE@@</creationDate>
|
|
<copyright>(C) 2012 compojoom.com</copyright>
|
|
<authorEmail>daniel@compojoom.com</authorEmail>
|
|
<authorUrl>www.compojoom.com</authorUrl>
|
|
<version>@@VERSION@@</version>
|
|
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
|
|
<description><![CDATA[Jedchecker will check your extension files and will let you know in advance if there are any possible problems with your extension for submitting to the JED]]>
|
|
</description>
|
|
<scriptfile>script.php</scriptfile>
|
|
<administration>
|
|
<menu>COM_@@COMPONENTNAMEUPPERCASE@@</menu>
|
|
<files folder="administrator/components/com_@@COMPONENTNAME@@">
|
|
##ADMINCOMPONENTPACKAGEFILES##
|
|
</files>
|
|
</administration>
|
|
<media destination="com_@@COMPONENTNAME@@" folder="media/com_@@COMPONENTNAME@@">
|
|
##MEDIAPACKAGEFILES##
|
|
</media>
|
|
<updateservers>
|
|
<server type="extension" priority="1" name="JEDChecker Updates"><![CDATA[https://compojoom.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=12&dummy=extension.xml]]></server>
|
|
</updateservers>
|
|
</extension> |