mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-01 11:12:30 +00:00
23 lines
1.0 KiB
XML
23 lines
1.0 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>
|
|
</extension> |