mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-23 21:27:35 +00:00
fixing problems with installation
This commit is contained in:
parent
bf1f76a339
commit
f4011c1675
@ -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>
|
||||
|
||||
|
@ -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>
|
@ -0,0 +1 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
7
source/media/com_jedchecker/js/police.js
Normal file
7
source/media/com_jedchecker/js/police.js
Normal 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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user