addJoroboMapTaskToRoboFile (#374)

This commit is contained in:
Astrid 2017-11-06 12:55:24 +01:00 committed by Yves Hoppe
parent ffc012d56a
commit 08e6da7006
2 changed files with 15 additions and 0 deletions

View File

@ -693,4 +693,18 @@ class RoboFile extends \Robo\Tasks
{
(new \Joomla\Jorobo\Tasks\BumpVersion())->run();
}
/**
* Map into Joomla installation.
*
* @param String $target The target joomla instance
*
* @since __DEPLOY_VERSION__
*
* @return void
*/
public function map($target)
{
(new \Joomla\Jorobo\Tasks\Map($target))->run();
}
}

View File

@ -11,6 +11,7 @@
<description>MOD_WEBLINKS_XML_DESCRIPTION</description>
<files>
##MODULE_FILES##
<file module="mod_weblinks">mod_weblinks.php</file>
</files>
<languages folder="language">
##LANGUAGE_FILES##