2011-01-10 00:22:25 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Use 'phutil_mapper.php' to rebuild it.
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
phutil_register_library_map(array(
|
|
|
|
'class' =>
|
|
|
|
array(
|
|
|
|
'ArcanistAmendWorkflow' => 'workflow/amend',
|
|
|
|
'ArcanistApacheLicenseLinter' => 'lint/linter/apachelicense',
|
2011-02-13 20:57:14 +01:00
|
|
|
'ArcanistApacheLicenseLinterTestCase' => 'lint/linter/apachelicense/__tests__',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistBaseUnitTestEngine' => 'unit/engine/base',
|
|
|
|
'ArcanistBaseWorkflow' => 'workflow/base',
|
|
|
|
'ArcanistBundle' => 'parser/bundle',
|
2011-05-06 17:43:38 +02:00
|
|
|
'ArcanistCallConduitWorkflow' => 'workflow/call-conduit',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistChooseInvalidRevisionException' => 'exception',
|
|
|
|
'ArcanistChooseNoRevisionsException' => 'exception',
|
|
|
|
'ArcanistCommitWorkflow' => 'workflow/commit',
|
|
|
|
'ArcanistConfiguration' => 'configuration',
|
|
|
|
'ArcanistCoverWorkflow' => 'workflow/cover',
|
|
|
|
'ArcanistDiffChange' => 'parser/diff/change',
|
|
|
|
'ArcanistDiffChangeType' => 'parser/diff/changetype',
|
|
|
|
'ArcanistDiffHunk' => 'parser/diff/hunk',
|
|
|
|
'ArcanistDiffParser' => 'parser/diff',
|
|
|
|
'ArcanistDiffParserTestCase' => 'parser/diff/__tests__',
|
2011-01-25 01:46:19 +01:00
|
|
|
'ArcanistDiffUtils' => 'difference',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistDiffWorkflow' => 'workflow/diff',
|
|
|
|
'ArcanistDifferentialCommitMessage' => 'differential/commitmessage',
|
|
|
|
'ArcanistDifferentialCommitMessageParserException' => 'differential/commitmessage',
|
|
|
|
'ArcanistDifferentialRevisionRef' => 'differential/revision',
|
|
|
|
'ArcanistExportWorkflow' => 'workflow/export',
|
|
|
|
'ArcanistFilenameLinter' => 'lint/linter/filename',
|
|
|
|
'ArcanistGeneratedLinter' => 'lint/linter/generated',
|
|
|
|
'ArcanistGitAPI' => 'repository/api/git',
|
|
|
|
'ArcanistGitHookPreReceiveWorkflow' => 'workflow/git-hook-pre-receive',
|
|
|
|
'ArcanistHelpWorkflow' => 'workflow/help',
|
2011-02-12 01:03:00 +01:00
|
|
|
'ArcanistLicenseLinter' => 'lint/linter/license',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistLintEngine' => 'lint/engine/base',
|
2011-04-13 23:18:30 +02:00
|
|
|
'ArcanistLintJSONRenderer' => 'lint/renderer',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistLintMessage' => 'lint/message',
|
|
|
|
'ArcanistLintPatcher' => 'lint/patcher',
|
|
|
|
'ArcanistLintRenderer' => 'lint/renderer',
|
|
|
|
'ArcanistLintResult' => 'lint/result',
|
|
|
|
'ArcanistLintSeverity' => 'lint/severity',
|
2011-04-13 23:18:30 +02:00
|
|
|
'ArcanistLintSummaryRenderer' => 'lint/renderer',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistLintWorkflow' => 'workflow/lint',
|
|
|
|
'ArcanistLinter' => 'lint/linter/base',
|
2011-02-13 20:57:14 +01:00
|
|
|
'ArcanistLinterTestCase' => 'lint/linter/base/test',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistListWorkflow' => 'workflow/list',
|
|
|
|
'ArcanistMarkCommittedWorkflow' => 'workflow/mark-committed',
|
|
|
|
'ArcanistNoEffectException' => 'exception/usage/noeffect',
|
|
|
|
'ArcanistNoEngineException' => 'exception/usage/noengine',
|
2011-02-25 02:59:49 +01:00
|
|
|
'ArcanistNoLintLinter' => 'lint/linter/nolint',
|
2011-03-13 03:16:15 +01:00
|
|
|
'ArcanistNoLintTestCaseMisnamed' => 'lint/linter/nolint/__tests__',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistPEP8Linter' => 'lint/linter/pep8',
|
|
|
|
'ArcanistPatchWorkflow' => 'workflow/patch',
|
|
|
|
'ArcanistPhutilModuleLinter' => 'lint/linter/phutilmodule',
|
|
|
|
'ArcanistPhutilTestCase' => 'unit/engine/phutil/testcase',
|
|
|
|
'ArcanistPhutilTestTerminatedException' => 'unit/engine/phutil/testcase/exception',
|
|
|
|
'ArcanistRepositoryAPI' => 'repository/api/base',
|
2011-01-15 05:00:11 +01:00
|
|
|
'ArcanistShellCompleteWorkflow' => 'workflow/shell-complete',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistSubversionAPI' => 'repository/api/subversion',
|
2011-01-12 10:49:48 +01:00
|
|
|
'ArcanistSvnHookPreCommitWorkflow' => 'workflow/svn-hook-pre-commit',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistTextLinter' => 'lint/linter/text',
|
2011-02-17 02:26:51 +01:00
|
|
|
'ArcanistTextLinterTestCase' => 'lint/linter/text/__tests__',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistUnitTestResult' => 'unit/result',
|
|
|
|
'ArcanistUnitWorkflow' => 'workflow/unit',
|
|
|
|
'ArcanistUsageException' => 'exception/usage',
|
|
|
|
'ArcanistUserAbortException' => 'exception/usage/userabort',
|
|
|
|
'ArcanistWorkingCopyIdentity' => 'workingcopyidentity',
|
|
|
|
'ArcanistXHPASTLinter' => 'lint/linter/xhpast',
|
|
|
|
'ArcanistXHPASTLinterTestCase' => 'lint/linter/xhpast/__tests__',
|
|
|
|
'PhutilLintEngine' => 'lint/engine/phutil',
|
2011-02-19 20:36:08 +01:00
|
|
|
'PhutilModuleRequirements' => 'parser/phutilmodule',
|
2011-01-10 00:22:25 +01:00
|
|
|
'PhutilUnitTestEngine' => 'unit/engine/phutil',
|
2011-01-12 07:13:31 +01:00
|
|
|
'PhutilUnitTestEngineTestCase' => 'unit/engine/phutil/__tests__',
|
2011-01-10 00:22:25 +01:00
|
|
|
'UnitTestableArcanistLintEngine' => 'lint/engine/test',
|
|
|
|
),
|
|
|
|
'function' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'requires_class' =>
|
|
|
|
array(
|
|
|
|
'ArcanistAmendWorkflow' => 'ArcanistBaseWorkflow',
|
2011-02-12 01:03:00 +01:00
|
|
|
'ArcanistApacheLicenseLinter' => 'ArcanistLicenseLinter',
|
2011-02-13 20:57:14 +01:00
|
|
|
'ArcanistApacheLicenseLinterTestCase' => 'ArcanistLinterTestCase',
|
2011-05-06 17:43:38 +02:00
|
|
|
'ArcanistCallConduitWorkflow' => 'ArcanistBaseWorkflow',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistCommitWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistCoverWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistDiffParserTestCase' => 'ArcanistPhutilTestCase',
|
|
|
|
'ArcanistDiffWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistExportWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistFilenameLinter' => 'ArcanistLinter',
|
|
|
|
'ArcanistGeneratedLinter' => 'ArcanistLinter',
|
|
|
|
'ArcanistGitAPI' => 'ArcanistRepositoryAPI',
|
|
|
|
'ArcanistGitHookPreReceiveWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistHelpWorkflow' => 'ArcanistBaseWorkflow',
|
2011-02-12 01:03:00 +01:00
|
|
|
'ArcanistLicenseLinter' => 'ArcanistLinter',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistLintWorkflow' => 'ArcanistBaseWorkflow',
|
2011-02-13 20:57:14 +01:00
|
|
|
'ArcanistLinterTestCase' => 'ArcanistPhutilTestCase',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistListWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistMarkCommittedWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistNoEffectException' => 'ArcanistUsageException',
|
|
|
|
'ArcanistNoEngineException' => 'ArcanistUsageException',
|
2011-02-25 02:59:49 +01:00
|
|
|
'ArcanistNoLintLinter' => 'ArcanistLinter',
|
2011-03-13 03:16:15 +01:00
|
|
|
'ArcanistNoLintTestCaseMisnamed' => 'ArcanistLinterTestCase',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistPEP8Linter' => 'ArcanistLinter',
|
|
|
|
'ArcanistPatchWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistPhutilModuleLinter' => 'ArcanistLinter',
|
2011-01-15 05:00:11 +01:00
|
|
|
'ArcanistShellCompleteWorkflow' => 'ArcanistBaseWorkflow',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistSubversionAPI' => 'ArcanistRepositoryAPI',
|
2011-01-12 10:49:48 +01:00
|
|
|
'ArcanistSvnHookPreCommitWorkflow' => 'ArcanistBaseWorkflow',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistTextLinter' => 'ArcanistLinter',
|
2011-02-17 02:26:51 +01:00
|
|
|
'ArcanistTextLinterTestCase' => 'ArcanistLinterTestCase',
|
2011-01-10 00:22:25 +01:00
|
|
|
'ArcanistUnitWorkflow' => 'ArcanistBaseWorkflow',
|
|
|
|
'ArcanistUserAbortException' => 'ArcanistUsageException',
|
|
|
|
'ArcanistXHPASTLinter' => 'ArcanistLinter',
|
2011-02-13 20:57:14 +01:00
|
|
|
'ArcanistXHPASTLinterTestCase' => 'ArcanistLinterTestCase',
|
2011-01-10 00:22:25 +01:00
|
|
|
'PhutilLintEngine' => 'ArcanistLintEngine',
|
|
|
|
'PhutilUnitTestEngine' => 'ArcanistBaseUnitTestEngine',
|
2011-01-12 07:13:31 +01:00
|
|
|
'PhutilUnitTestEngineTestCase' => 'ArcanistPhutilTestCase',
|
2011-01-10 00:22:25 +01:00
|
|
|
'UnitTestableArcanistLintEngine' => 'ArcanistLintEngine',
|
|
|
|
),
|
|
|
|
'requires_interface' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
));
|