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

25 lines
1.1 KiB
XML
Raw Normal View History

2012-05-21 08:52:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<install method="upgrade" type="component" version="1.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>
<administration>
<menu>COM_@@COMPONENTNAMEUPPERCASE@@</menu>
<files folder="administrator/components/com_@@COMPONENTNAME@@">
##ADMINCOMPONENTPACKAGEFILES##
</files>
<languages folder="administrator/language">
##ADMINLANGUAGEFILES##
</languages>
</administration>
<media destination="com_@@COMPONENTNAME@@" folder="media/com_@@COMPONENTNAME@@">
##MEDIAPACKAGEFILES##
</media>
</install>