mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 16:01:40 +00:00
addJoroboMapTaskToRoboFile (#374)
This commit is contained in:
parent
ffc012d56a
commit
08e6da7006
14
RoboFile.php
14
RoboFile.php
@ -693,4 +693,18 @@ class RoboFile extends \Robo\Tasks
|
|||||||
{
|
{
|
||||||
(new \Joomla\Jorobo\Tasks\BumpVersion())->run();
|
(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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
<description>MOD_WEBLINKS_XML_DESCRIPTION</description>
|
<description>MOD_WEBLINKS_XML_DESCRIPTION</description>
|
||||||
<files>
|
<files>
|
||||||
##MODULE_FILES##
|
##MODULE_FILES##
|
||||||
|
<file module="mod_weblinks">mod_weblinks.php</file>
|
||||||
</files>
|
</files>
|
||||||
<languages folder="language">
|
<languages folder="language">
|
||||||
##LANGUAGE_FILES##
|
##LANGUAGE_FILES##
|
||||||
|
Loading…
Reference in New Issue
Block a user