mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
API lack of phing is now a warning not an error
This commit is contained in:
parent
f1035f06a3
commit
8af962a65d
@ -9,7 +9,12 @@
|
||||
* This is inspired by SilverStripe build tools. Thanks
|
||||
* @see https://github.com/silverstripe/silverstripe-buildtools/blob/master/src/GenerateJavascriptI18nTask.php
|
||||
*/
|
||||
require_once "phing/Task.php";
|
||||
include_once "phing/Task.php";
|
||||
|
||||
// Ignore this file if phing is not installed
|
||||
if(!class_exists('Task')) {
|
||||
return;
|
||||
}
|
||||
|
||||
class BuildTransifexTranslations extends Task
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user