31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-21 17:49:06 +00:00

Update build.xml to include ACL files

This commit is contained in:
Jaz Parkyn 2016-03-17 10:40:37 +00:00
parent 40efced114
commit b89c4ba620

View File

@ -70,6 +70,8 @@
<copy todir="${destination.dir}/">
<fileset dir="${dirs.source}/administrator/components/com_${component.name}">
<include name="${component.name}.xml"/>
<include name="access.xml"/>
<include name="config.xml"/>
<include name="script.php"/>
</fileset>
</copy>