31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-08 16:22:20 +00:00
jedchecker/source/administrator/components/com_jedchecker/jedchecker.xml

23 lines
1.0 KiB
XML
Raw Normal View History

2012-05-21 08:52:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2012-06-09 12:02:45 +00:00
<extension method="upgrade" type="component" version="2.5.0">
2012-05-21 08:52:10 +00:00
<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>
2012-05-21 08:52:10 +00:00
<administration>
<menu>COM_@@COMPONENTNAMEUPPERCASE@@</menu>
<files folder="administrator/components/com_@@COMPONENTNAME@@">
##ADMINCOMPONENTPACKAGEFILES##
</files>
</administration>
<media destination="com_@@COMPONENTNAME@@" folder="media/com_@@COMPONENTNAME@@">
##MEDIAPACKAGEFILES##
</media>
2012-06-09 12:02:45 +00:00
</extension>