Add XSenfFile mapping generator

This commit is contained in:
Romain Neutron
2013-07-04 17:31:42 +02:00
parent 81c5411212
commit 5b9a8f4055
9 changed files with 242 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ use Alchemy\Phrasea\Command\Plugin\AddPlugin;
use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
use Alchemy\Phrasea\Command\CheckConfig;
use Alchemy\Phrasea\Command\Setup\XSendFileMappingDumper;
use Alchemy\Phrasea\Command\Setup\XSendFileMappingGenerator;
require_once __DIR__ . '/../lib/autoload.php';
@@ -98,6 +99,7 @@ try {
$cli->command(new RemovePlugin());
$cli->command(new Configuration());
$cli->command(new XSendFileMappingDumper());
$cli->command(new XSendFileMappingGenerator());
call_user_func(function ($cli) {
require $cli['plugins.directory'] . '/commands.php';