Fix library_map for D1198
Summary: after a class is deleted/added, we need to run arcanist/scripts/phutil_mapper src to update the library map. Task ID: # Test Plan: run test case testEverythingImplemented and it passes. Revert Plan: Tags: Reviewers: btrahan, epriestley Reviewed By: btrahan CC: aran, btrahan Differential Revision: 1211
This commit is contained in:
@@ -543,7 +543,6 @@ phutil_register_library_map(array(
|
|||||||
'PhabricatorPHIDLookupController' => 'applications/phid/controller/lookup',
|
'PhabricatorPHIDLookupController' => 'applications/phid/controller/lookup',
|
||||||
'PhabricatorPaste' => 'applications/paste/storage/paste',
|
'PhabricatorPaste' => 'applications/paste/storage/paste',
|
||||||
'PhabricatorPasteController' => 'applications/paste/controller/base',
|
'PhabricatorPasteController' => 'applications/paste/controller/base',
|
||||||
'PhabricatorPasteCreateController' => 'applications/paste/controller/create',
|
|
||||||
'PhabricatorPasteDAO' => 'applications/paste/storage/base',
|
'PhabricatorPasteDAO' => 'applications/paste/storage/base',
|
||||||
'PhabricatorPasteListController' => 'applications/paste/controller/list',
|
'PhabricatorPasteListController' => 'applications/paste/controller/list',
|
||||||
'PhabricatorPasteViewController' => 'applications/paste/controller/view',
|
'PhabricatorPasteViewController' => 'applications/paste/controller/view',
|
||||||
@@ -1174,7 +1173,6 @@ phutil_register_library_map(array(
|
|||||||
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
||||||
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
||||||
'PhabricatorPasteController' => 'PhabricatorController',
|
'PhabricatorPasteController' => 'PhabricatorController',
|
||||||
'PhabricatorPasteCreateController' => 'PhabricatorPasteController',
|
|
||||||
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
||||||
'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
||||||
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
||||||
|
|||||||
Reference in New Issue
Block a user