31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-01 05:00:48 +00:00

fixing problems with installation

This commit is contained in:
Daniel Dimitrov 2012-06-09 14:02:45 +02:00
parent bf1f76a339
commit f4011c1675
4 changed files with 11 additions and 2 deletions

View File

@ -64,6 +64,7 @@
<copy todir="${destination.dir}/administrator/components/com_${component.name}">
<fileset dir="${dirs.source}/administrator/components/com_${component.name}">
<include name="**/*.*"/>
<!--<exclude name="${component.name}.xml"/>-->
</fileset>
</copy>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<install method="upgrade" type="component" version="1.5.0">
<extension method="upgrade" type="component" version="2.5.0">
<name>COM_@@COMPONENTNAMEUPPERCASE@@</name>
<author>Compojoom.com</author>
<creationDate>@@DATE@@</creationDate>
@ -22,4 +22,4 @@
<media destination="com_@@COMPONENTNAME@@" folder="media/com_@@COMPONENTNAME@@">
##MEDIAPACKAGEFILES##
</media>
</install>
</extension>

View File

@ -0,0 +1 @@
; Language files have to start with semicolon (;) otherwise we have problems with transifex

View File

@ -0,0 +1,7 @@
/**
* @author Daniel Dimitrov - compojoom.com
* @date: 09.06.12
*
* @copyright Copyright (C) 2008 - 2012 compojoom.com . All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/